1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00

Restore title line with working separator

This commit is contained in:
aclist 2022-05-29 14:47:25 +09:00 committed by GitHub
parent 1a49cb6879
commit 1912e0c4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,7 @@ set_mode(){
main_menu(){ main_menu(){
while true; do while true; do
set_mode set_mode
sel=$(zenity --width=1280 --height=800 --list --title="DZGUI" --text="DZGUI $version" --cancel-label="Exit" --ok-label="Select" --column="Select launch option" "${items[@]}" 2>/dev/null) sel=$(zenity --width=1280 --height=800 --list --title="DZGUI" --text="DZGUI $version | Mode: $mode | Fav: (not implemented)" --cancel-label="Exit" --ok-label="Select" --column="Select launch option" "${items[@]}" 2>/dev/null)
if [[ $? -eq 1 ]]; then if [[ $? -eq 1 ]]; then
exit exit
elif [[ -z $sel ]]; then elif [[ -z $sel ]]; then