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

Fix paths

This commit is contained in:
aclist 2022-10-08 11:40:53 +09:00
parent f0c3ba275e
commit b761e3aef6

View file

@ -283,7 +283,7 @@ return_to_dzg(){
# case $key in
# *) exit 0 ;;
# esac
zenity --text-info --title="DZGUI" --width=390 --height=452 --html --filename="$HOME/.local/share/dzgui/helpers/d.webp" --cancel-label="OK"
zenity --text-info --title="DZGUI" --width=390 --height=452 --html --filename="$HOME/.local/share/dzgui/helpers/d.html" --cancel-label="OK"
return 0
}
cleanup(){