Rounded window without window decorations
This commit is contained in:
@@ -22,7 +22,7 @@ serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
log = "0.4"
|
||||
# FIXME: remove the devtools feature in production
|
||||
tauri = { version = "2.0.2", features = ["protocol-asset", "devtools"] }
|
||||
tauri = { version = "2.0.2", features = [ "macos-private-api", "protocol-asset", "devtools"] }
|
||||
tauri-plugin-log = "2.0.1"
|
||||
tauri-plugin-fs = "2.0.1"
|
||||
tauri-plugin-dialog = "2.0.1"
|
||||
|
||||
Reference in New Issue
Block a user