windows/mac tray tooltip show controlled session count

* ubuntu 22.04 can't see tooltip

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-09-09 09:45:05 +08:00
parent 45b0e7dc01
commit c254eebea2
37 changed files with 135 additions and 14 deletions

View File

@@ -544,5 +544,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Installation Successful!", ""),
("Installation failed!", ""),
("Reverse mouse wheel", ""),
("{} sessions", ""),
].iter().cloned().collect();
}