Sync window title (Closes #13)

This commit is contained in:
Gregory Schier
2023-11-10 15:55:50 -08:00
parent 5ef7c6a1a2
commit 8381104302
4 changed files with 28 additions and 1 deletions

View File

@@ -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"] }

View File

@@ -51,7 +51,8 @@
"open": true
},
"window": {
"startDragging": true
"startDragging": true,
"setTitle": true
},
"dialog": {
"all": false,