Better Yaak export

This commit is contained in:
Gregory Schier
2023-11-09 17:03:29 -08:00
parent 9fd84a3bfc
commit 3ffcf91abd
4 changed files with 15 additions and 19 deletions

View File

@@ -41,6 +41,7 @@ tauri = { version = "1.3", features = [
"updater",
"window-start-dragging",
"dialog-open",
"dialog-save",
] }
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" }

View File

@@ -56,7 +56,8 @@
},
"dialog": {
"all": false,
"open": true
"open": true,
"save": true
}
},
"bundle": {