fixed instant crash

This commit is contained in:
pandadev 2024-07-05 13:32:50 +02:00
parent 4954e374fe
commit db9cbfbfc4
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
5 changed files with 36 additions and 6 deletions

View file

@ -13,6 +13,7 @@ tauri-build = { version = "2.0.0-beta.18", features = [] }
tauri = { version = "2.0.0-beta.23", features = ["unstable", "tray-icon", "image-png"] }
tauri-plugin-window-state = "2.0.0-beta.10"
tauri-plugin-sql = {version = "2.0.0-beta.8", features = ["sqlite"] }
tauri-plugin-clipboard-manager = "2.1.0-beta.5"
tauri-plugin-global-shortcut = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-autostart = "2.0.0-beta.8"
tauri-plugin-os = "2.0.0-beta.7"