mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03: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
|
done
|
||||||
cleanup
|
cleanup
|
||||||
else
|
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
|
cleanup
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue