mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
Fix variable
This commit is contained in:
parent
a342d98848
commit
1e8df4692c
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -847,7 +847,7 @@ pagination(){
|
|||
fi
|
||||
printf "DZGUI $version │ "
|
||||
printf "Mode: $mode │"
|
||||
printf "Fav: $fav \n"
|
||||
printf "Fav: $fav_label \n"
|
||||
printf "Included: %s │ " "$filters"
|
||||
printf "Excluded: %s │ " "$(disabled)"
|
||||
if [[ -n $search ]]; then
|
||||
|
|
Loading…
Reference in a new issue