This commit is contained in:
Valeria Fadeeva 2024-05-05 00:11:51 +05:00
parent 4c2ec04d4a
commit b2e285bff6
1 changed files with 2 additions and 2 deletions

View File

@ -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");