Init
This commit is contained in:
5
src/ui/mod.rs
Normal file
5
src/ui/mod.rs
Normal 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;
|
||||
Reference in New Issue
Block a user