Add custom topbar for windows, and remove flags like right click

This commit is contained in:
2026-02-17 16:12:32 -07:00
parent e7583d3f9e
commit 6b17ab9b9d
6 changed files with 75 additions and 21 deletions

View File

@@ -23,6 +23,8 @@ reqwest = { version = "0.13.2", default-features = false, features = ["stream",
tauri-plugin-opener = "2.5.3"
tauri-plugin-dialog = "2.6.0"
sha2 = "0.10.9"
tauri-plugin-decorum = "1.1.1"
tauri-plugin-prevent-default = "4.0.3"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = "2.4.0"