mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 22:27:14 +00:00
GUI Feature
This commit is contained in:
@@ -425,7 +425,7 @@ impl ApplicationHandler<UserEvent> for Application {
|
||||
}
|
||||
}
|
||||
|
||||
tray_icon.set_tooltip(Some(&tooltip));
|
||||
let _ = tray_icon.set_tooltip(Some(&tooltip));
|
||||
}
|
||||
}
|
||||
drop(settings);
|
||||
@@ -511,7 +511,7 @@ impl ApplicationHandler<UserEvent> for Application {
|
||||
}
|
||||
}
|
||||
|
||||
tray_icon.set_tooltip(Some(&tooltip));
|
||||
let _ = tray_icon.set_tooltip(Some(&tooltip));
|
||||
}
|
||||
|
||||
// Restart auto sync if interval changed or settings changed
|
||||
|
Reference in New Issue
Block a user