Add more info to settings

This commit is contained in:
Gregory Schier
2024-02-17 11:04:19 -08:00
parent 72971bb9ec
commit 40dfc8b30a
14 changed files with 53 additions and 28 deletions

View File

@@ -36,6 +36,7 @@ serde_json = { version = "1.0.111", features = ["raw_value"] }
sqlx = { version = "0.7.3", features = ["sqlite", "runtime-tokio-rustls", "json", "chrono", "time"] }
tauri = { version = "1.5.2", features = [
"config-toml",
"path-all",
"devtools",
"dialog-open",
"dialog-save",

View File

@@ -47,6 +47,9 @@
"all": false,
"open": true,
"save": true
},
"path": {
"all": true
}
},
"bundle": {