diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e03dcbf..7ff5042 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ tauri-build = { version = "1.0.0-rc.6", features = [] } wmi = "0.9" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.0.0-rc.7", features = ["dialog-save", "fs-write-file", "shell-open", "window-close", "window-set-size", "window-start-dragging"] } +tauri = { version = "1.0.0-rc.7", features = ["dialog-save", "fs-write-file", "shell-open", "window-close", "window-start-dragging"] } [features] # by default Tauri runs in production mode diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5857364..f853a3b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -48,7 +48,6 @@ }, "allowlist": { "window": { - "setSize": true, "startDragging": true, "close": true },