mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 11:51:29 +01:00
Sync window title (Closes #13)
This commit is contained in:
@@ -41,6 +41,7 @@ tauri = { version = "1.3", features = [
|
||||
"window-start-dragging",
|
||||
"dialog-open",
|
||||
"dialog-save",
|
||||
"window-set-title",
|
||||
] }
|
||||
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
|
||||
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1", features = ["colored"] }
|
||||
|
||||
@@ -51,7 +51,8 @@
|
||||
"open": true
|
||||
},
|
||||
"window": {
|
||||
"startDragging": true
|
||||
"startDragging": true,
|
||||
"setTitle": true
|
||||
},
|
||||
"dialog": {
|
||||
"all": false,
|
||||
|
||||
Reference in New Issue
Block a user