Customise window decorations, add openfolder action to menu, fix toolbar colours
This commit is contained in:
@@ -17,7 +17,7 @@ tauri-build = { version = "1.5.2", features = [] }
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "1.6.5", features = [ "dialog-all", "fs-all"] }
|
||||
tauri = { version = "1.6.5", features = [ "window-start-dragging", "dialog-all", "fs-all"] }
|
||||
|
||||
[features]
|
||||
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
|
||||
|
||||
Reference in New Issue
Block a user