Skip to content

Commit

Permalink
add unmaximize to allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
metkm committed Jun 15, 2022
1 parent 9d7d459 commit 775929d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1.0.0-rc.12", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.14", features = ["devtools", "http-request", "updater", "window-close", "window-maximize", "window-minimize", "window-show", "window-start-dragging"] }
tauri = { version = "1.0.0-rc.14", features = ["devtools", "http-request", "updater", "window-close", "window-maximize", "window-minimize", "window-show", "window-start-dragging", "window-unmaximize"] }

reqwest = { version = "0.11.10", features= ["json"] }
lazy_static = "1.4.0"
Expand Down
1 change: 1 addition & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"show": true,
"minimize": true,
"maximize": true,
"unmaximize": true,
"close": true,
"startDragging": true
}
Expand Down

0 comments on commit 775929d

Please sign in to comment.