Skip to content

Commit

Permalink
Use forked window state plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Aug 18, 2024
1 parent e79740a commit 76d2efb
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 45 deletions.
87 changes: 43 additions & 44 deletions apps/desktop/src-tauri/Cargo.lock

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

6 changes: 5 additions & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ tokio = { version = "1.38.0", features = [
"full",
] } # Required for asynchronous operations
tauri-plugin-websocket = { version = "2.0.0-rc" }
tauri-plugin-window-state = { version = "2.0.0-rc" }

# NOTE: we are using a forked version because of this issue
# https://github.com/tauri-apps/plugins-workspace/issues/1546
tauri-plugin-window-state = { git = "https://github.com/Hacksore/plugins-workspace", branch = "v2" }

tauri-plugin-single-instance = { version = "2.0.0-rc" }
tauri-plugin-fs = "2.0.0-rc"
tauri-plugin-process = "2.0.0-rc"
Expand Down

0 comments on commit 76d2efb

Please sign in to comment.