mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
feat(window): add plugin (#352)
This commit is contained in:
committed by
GitHub
parent
a95fb473a2
commit
bb26f7d710
@@ -1,5 +1,5 @@
|
||||
import { invoke } from "@tauri-apps/api/tauri";
|
||||
import { appWindow } from "@tauri-apps/api/window";
|
||||
import { appWindow } from "tauri-plugin-window-api";
|
||||
|
||||
interface ProgressPayload {
|
||||
id: number;
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^1.2.0"
|
||||
"@tauri-apps/api": "^1.2.0",
|
||||
"tauri-plugin-window-api": "0.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user