From eddcbf8e9ca551c669f70dd25025326d0048312a Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Fri, 20 Mar 2026 13:10:26 +0100 Subject: [PATCH] Update label --- src/status_tray.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_tray.rs b/src/status_tray.rs index c4c59ee..7e42684 100644 --- a/src/status_tray.rs +++ b/src/status_tray.rs @@ -90,7 +90,7 @@ impl Tray for StatusTray { fn menu(&self) -> Vec> { let make_exit = || StandardItem { - label: "Exit".into(), + label: "Quit".into(), icon_name: "application-exit".into(), activate: Box::new(|_| std::process::exit(0)), ..Default::default()