6 lines
167 B
Rust
6 lines
167 B
Rust
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;
|