mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Clean up debug info
This commit is contained in:
@@ -173,7 +173,7 @@ pub fn init_tray(
|
||||
.with_icon(rog_red.clone())
|
||||
.with_tooltip(TRAY_LABEL)
|
||||
.with_menu(build_menu())
|
||||
.build(|event| do_action(event))
|
||||
.build(do_action)
|
||||
.unwrap();
|
||||
info!("Started ROGTray");
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user