mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
Restore title line with working separator
This commit is contained in:
parent
1a49cb6879
commit
1912e0c4b0
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -188,7 +188,7 @@ set_mode(){
|
|||
main_menu(){
|
||||
while true; do
|
||||
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
|
||||
exit
|
||||
elif [[ -z $sel ]]; then
|
||||
|
|
Loading…
Reference in a new issue