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