mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 13:09:46 +00:00
fix(desktop): add single-instance plugin to prevent multiple windows (#6966)
This commit is contained in:
parent
45fea6587e
commit
f510d17bd3
2 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ tauri-plugin-window-state = "2"
|
|||
tauri-plugin-clipboard-manager = "2"
|
||||
tauri-plugin-http = "2"
|
||||
tauri-plugin-notification = "2"
|
||||
tauri-plugin-single-instance = "2"
|
||||
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue