mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 22:27:14 +00:00
UI tray app added
* Works with egui --------- Co-authored-by: Ultradesu <ultradesu@hexor.cy>
This commit is contained in:
committed by
GitHub
parent
af6c4d7e61
commit
99a277088a
6
src/gui/tray/mod.rs
Normal file
6
src/gui/tray/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod app;
|
||||
mod icon;
|
||||
|
||||
pub use app::*;
|
||||
pub use icon::{SyncStatus, TrayMenuIds, create_tray_icon, update_tray_menu,
|
||||
create_tooltip, start_auto_sync_task, update_sync_status};
|
Reference in New Issue
Block a user