Update label

This commit is contained in:
Lennard Kittner
2026-03-20 13:10:26 +01:00
parent 0b71363e9f
commit eddcbf8e9c

View File

@@ -90,7 +90,7 @@ impl Tray for StatusTray {
fn menu(&self) -> Vec<MenuItem<Self>> { fn menu(&self) -> Vec<MenuItem<Self>> {
let make_exit = || StandardItem { let make_exit = || StandardItem {
label: "Exit".into(), label: "Quit".into(),
icon_name: "application-exit".into(), icon_name: "application-exit".into(),
activate: Box::new(|_| std::process::exit(0)), activate: Box::new(|_| std::process::exit(0)),
..Default::default() ..Default::default()