mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2024-11-09 17:31:40 -03:00
14 lines
453 B
Diff
14 lines
453 B
Diff
diff --git a/dzgui.sh b/dzgui.sh
|
|
index 6f98976..8293d45 100755
|
|
--- a/dzgui.sh
|
|
+++ b/dzgui.sh
|
|
@@ -37,7 +37,7 @@ notify_url="$stable_url/helpers/d.html"
|
|
notify_img_url="$stable_url/helpers/d.webp"
|
|
forum_url="https://github.com/aclist/dztui/discussions"
|
|
version_file="$config_path/versions"
|
|
-steamsafe_zenity="/usr/bin/zenity"
|
|
+steamsafe_zenity="zenity"
|
|
|
|
#TODO: prevent connecting to offline servers
|
|
#TODO: abstract zenity title params and dimensions
|