summaryrefslogtreecommitdiff
path: root/ui/gamesui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gamesui.sh')
-rwxr-xr-xui/gamesui.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/gamesui.sh b/ui/gamesui.sh
index f1f3af0..f1a8fa0 100755
--- a/ui/gamesui.sh
+++ b/ui/gamesui.sh
@@ -27,11 +27,13 @@ export local gamesui='
<hbox space-expand="false" space-extend="false">
<button space-expand="true" space-extend="true" label-text="install">
<label>Install package</label>
- <action>epkg autoinstall $game|$showdialog</action>
+ <action signal="button-press-event">epkg autoinstall $game|$showdialog</action>
+ <action signal="button-release-event">$abortnow</action>
</button>
<button space-expand="true" space-extend="true" label-text="uninstall">
<label>Uninstall package</label>
- <action>epkg autoremove $game|$showdialog</action>
+ <action signal="button-press-event">epkg autoremove $game|$showdialog</action>
+ <action signal="button-release-event">$abortnow</action>
</button>
<button space-expand="true" space-extend="true" label-text="home">
<label>Back home</label>