Clean up debug info

This commit is contained in:
Luke D. Jones
2024-03-09 23:30:15 +13:00
parent ca41bd59de
commit b0da062577
5 changed files with 60 additions and 214 deletions

View File

@@ -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 {