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

4 lines
116 B
Rust

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