mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-20 08:11:03 +02:00
5 lines
98 B
Rust
5 lines
98 B
Rust
|
use crate::register_client;
|
||
|
pub use system_tray::client::Client;
|
||
|
|
||
|
register_client!(Client, tray);
|