mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-18 07:11:04 +02:00
4 lines
116 B
Rust
4 lines
116 B
Rust
use crate::register_fallible_client;
|
|
pub use system_tray::client::Client;
|
|
|
|
register_fallible_client!(Client, tray);
|