feat(UI): enhance pause info display in system tray menu and reorganize menu item positions

https://github.com/safing/portmaster/issues/2050
This commit is contained in:
Alexandr Stelnykovych
2025-11-10 15:14:20 +02:00
parent 997f95698b
commit 139610b99d
6 changed files with 125 additions and 53 deletions

View File

@@ -52,6 +52,7 @@ reqwest = { version = "0.12", features = ["cookies", "json"] }
rfd = { version = "*", default-features = false, features = [ "tokio", "gtk3", "common-controls-v6" ] }
open = "5.1.3"
chrono = { version = "0.4", features = ["serde"] }
dark-light = { path = "../rust-dark-light" }