Sync window title (Closes #13)

This commit is contained in:
Gregory Schier
2023-11-10 15:55:50 -08:00
parent 4ffce4a534
commit e4533088ed
4 changed files with 28 additions and 1 deletions
+1
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"] }