From b2e285bff6b014ca20624a99939a39d2f83e1def Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sun, 5 May 2024 00:11:51 +0500 Subject: [PATCH] Update --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 440c649..392264b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,9 +4,9 @@ use subprocess; fn main() { gtk::init().unwrap(); - let mut tray = TrayItem::new("Melawy Arch Linux Update Tray Icon", IconSource::Resource("software-store")).unwrap(); + let mut tray = TrayItem::new("Melawy Arch Linux Updater Tray Icon", IconSource::Resource("software-store")).unwrap(); - tray.add_label("Melawy Arch Linux Update Tray Icon").unwrap(); + tray.add_label("Melawy Arch Linux Updater Tray Icon").unwrap(); tray.add_menu_item("Update system", || { println!("Update system");