launch manager on left click on tray if no update

This commit is contained in:
guinux 2017-06-03 16:30:23 +02:00
parent 31d8491874
commit cce87ba286
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ namespace Pamac {
public void left_clicked () {
if (get_icon () == "pamac-tray-update") {
execute_updater ();
} else {
execute_manager ();
}
}