launch manager on left click on tray if no update
This commit is contained in:
parent
31d8491874
commit
cce87ba286
@ -94,6 +94,8 @@ namespace Pamac {
|
|||||||
public void left_clicked () {
|
public void left_clicked () {
|
||||||
if (get_icon () == "pamac-tray-update") {
|
if (get_icon () == "pamac-tray-update") {
|
||||||
execute_updater ();
|
execute_updater ();
|
||||||
|
} else {
|
||||||
|
execute_manager ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user