fix missing entry in apps menu

This commit is contained in:
Francois B. (Makoto) 2020-04-25 22:13:54 +02:00
parent 57464ecf3b
commit 0acf7f9149

View file

@ -348,6 +348,7 @@ function showAppInstallMenu () {
"franz" "Franz multi IM app" \ "franz" "Franz multi IM app" \
"slack" "Slack App" \ "slack" "Slack App" \
"appimagelauncher" "AppImage Launcher" \ "appimagelauncher" "AppImage Launcher" \
"xnviewmp" "XNView MP" \
"Back" "Back" 3>&1 1>&2 2>&3) "Back" "Back" 3>&1 1>&2 2>&3)
case $appsInstallMenuOptions in case $appsInstallMenuOptions in
@ -417,6 +418,9 @@ function showAppInstallMenu () {
"appimagelauncher") "appimagelauncher")
installAppImageLauncherMenu installAppImageLauncherMenu
;; ;;
"xnviewmp")
installXnViewMPMenu
;;
"Back") "Back")
break break
;; ;;