From 4636c75dbd94571133afd80f38b68a98c1344067 Mon Sep 17 00:00:00 2001 From: Htylol Date: Mon, 30 Sep 2024 19:21:53 +0500 Subject: [PATCH] Added fixes for pw_find_exe --- data_from_portwine/scripts/start.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data_from_portwine/scripts/start.sh b/data_from_portwine/scripts/start.sh index 7ea1881e..c51b32a4 100755 --- a/data_from_portwine/scripts/start.sh +++ b/data_from_portwine/scripts/start.sh @@ -830,6 +830,14 @@ fi else export TAB_MAIN_MENU="4" fi + ;; + pw_find_exe) + if [[ -z "${PW_ALL_DF}" ]] ; then + export TAB_MAIN_MENU="5" + else + export TAB_MAIN_MENU="1" + fi + ;; esac [[ -n "$PW_YAD_SET" ]] && case "$PW_YAD_SET" in