feat: implement tray in linux

This commit is contained in:
Kingtous
2022-11-04 19:20:51 +08:00
parent 884a223449
commit 220d056760
7 changed files with 117 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ mod lang;
mod license;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
mod port_forward;
#[cfg(windows)]
mod tray;
mod ui_cm_interface;