mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
Change notification title
This commit is contained in:
parent
a0757a1c88
commit
0953444ad1
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ return_to_dzg(){
|
|||
done
|
||||
cleanup
|
||||
else
|
||||
$(cd $HOME/.local/share/dzgui/helpers; zenity --text-info --html --width=390 --height=452 --filename="d.html" 2>/dev/null)
|
||||
$(cd $HOME/.local/share/dzgui/helpers; zenity --text-info --title=DZGUI --html --width=390 --height=452 --filename="d.html" 2>/dev/null)
|
||||
cleanup
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue