summaryrefslogtreecommitdiff
path: root/ui/gamesui.sh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2016-12-25 03:23:59 +0000
committerV3n3RiX <venerix@redcorelinux.org>2016-12-25 03:23:59 +0000
commit0845fbc5c4a54c138dac811db46f490071cb7bae (patch)
tree8dd6d9e578ad53b3a37189c732dc5b072a36a90a /ui/gamesui.sh
parent4c7084ac5674bee61b3b34f72f516e66158017d2 (diff)
revert to yad
Diffstat (limited to 'ui/gamesui.sh')
-rwxr-xr-xui/gamesui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gamesui.sh b/ui/gamesui.sh
index 1795ead..f1f3af0 100755
--- a/ui/gamesui.sh
+++ b/ui/gamesui.sh
@@ -27,11 +27,11 @@ 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>$showprogress epkg autoinstall $game</action>
+ <action>epkg autoinstall $game|$showdialog</action>
</button>
<button space-expand="true" space-extend="true" label-text="uninstall">
<label>Uninstall package</label>
- <action>$showprogress epkg autoremove $game</action>
+ <action>epkg autoremove $game|$showdialog</action>
</button>
<button space-expand="true" space-extend="true" label-text="home">
<label>Back home</label>