This commit is contained in:
2025-12-26 03:37:21 +00:00
commit 1f2ef54e03
13 changed files with 5606 additions and 0 deletions

5
src/ui/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod tray;
pub mod settings_window;
pub use tray::{create_tray_icon_with_servers, create_tray_menu_with_servers};
pub use settings_window::create_settings_window;