Skip to content

Commit

Permalink
Rebuild UI with Vuetify
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Dec 11, 2023
1 parent 693367f commit 9388248
Show file tree
Hide file tree
Showing 17 changed files with 517 additions and 1,078 deletions.
1 change: 1 addition & 0 deletions crates/tauri-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tauri-build = { version = "1.5", features = [] }
[dependencies]
resolute = { path = "../resolute" }
tauri = { version = "1.5", features = [
"dialog-message",
"updater",
"dialog-ask",
"path-all",
Expand Down
3 changes: 2 additions & 1 deletion crates/tauri-app/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"dialog": {
"all": false,
"open": true,
"ask": true
"ask": true,
"message": true
},
"fs": {
"all": false,
Expand Down
Loading

0 comments on commit 9388248

Please sign in to comment.