diff options
Diffstat (limited to 'accesoriesui.sh')
-rwxr-xr-x | accesoriesui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accesoriesui.sh b/accesoriesui.sh index 5d34689..0139efb 100755 --- a/accesoriesui.sh +++ b/accesoriesui.sh @@ -15,11 +15,11 @@ export local accesoriesui=' <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> <label>Install package</label> - <action>epkg autoinstall $accesories|$showdialog</action> + <action>$showprogress epkg autoinstall $accesories</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> <label>Uninstall package</label> - <action>epkg autoremove $accesories|$showdialog</action> + <action>$showprogress epkg autoremove $accesories</action> </button> <button space-expand="true" space-extend="true" label-text="home"> <label>Back home</label> |