show tray icon before check updates

This commit is contained in:
guinux 2017-05-14 15:59:00 +02:00
parent f772be911c
commit cb5d07156a
1 changed files with 3 additions and 0 deletions

View File

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