fix store dir + feat launch option switch in tray

This commit is contained in:
2025-11-06 03:07:38 +08:00
parent ce410f7a26
commit 8550887bfb
7 changed files with 225 additions and 142 deletions

View File

@@ -52,7 +52,8 @@ tauri-plugin-autostart = "2.5.1"
tauri-plugin-single-instance = { version = "2.3.6", features = ["deep-link"] }
tauri-plugin-deep-link = "2.4.5"
anyhow = "1.0.100"
notify = "6.1.1"
notify = "8.2.0"
dirs = "6.0.0"
[target.'cfg(windows)'.dependencies] # Windows Only
winreg = "0.55.0"