From cb5d07156a31602f6c701973c05df0e1030f8aae Mon Sep 17 00:00:00 2001 From: guinux Date: Sun, 14 May 2017 15:59:00 +0200 Subject: [PATCH] show tray icon before check updates --- src/tray.vala | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tray.vala b/src/tray.vala index 416ae3d..a09ec59 100644 --- a/src/tray.vala +++ b/src/tray.vala @@ -298,6 +298,9 @@ namespace Pamac { create_menu (); init_status_icon (); + set_icon (noupdate_icon_name); + set_tooltip (noupdate_info); + set_icon_visible (!pamac_config.no_update_hide_icon); Notify.init (_("Update Manager"));