Commit 4636c75d authored by Vladislav's avatar Vladislav

Added fixes for pw_find_exe

parent 2b691c6c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment