1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-20 08:11:03 +02:00
ironbar/src/clients/tray.rs

5 lines
98 B
Rust
Raw Normal View History

use crate::register_client;
pub use system_tray::client::Client;
register_client!(Client, tray);