1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-01-01 15:12:05 +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 # case $key in
# *) exit 0 ;; # *) exit 0 ;;
# esac # 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 return 0
} }
cleanup(){ cleanup(){