From 5671b31715f3ed38c133c57ca9bd171e38498604 Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Fri, 24 Mar 2023 18:34:09 -0400 Subject: [PATCH] Replacement for grun, added custom I38 run dialog instead. --- scripts/run_dialog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_dialog.sh b/scripts/run_dialog.sh index d25a470..e89e8a9 100755 --- a/scripts/run_dialog.sh +++ b/scripts/run_dialog.sh @@ -14,7 +14,7 @@ if ! [[ -d "$historyPath" ]]; then fi if [[ -f "${historyPath}/.history" ]]; then - txt="$(yad --entry --editable --title "I38" --text "Execute program or enter file" --button "Open:0" --separator "\n" -- rest "${historyPath}/.history")" + txt="$(yad --entry --editable --title "I38" --text "Execute program or enter file" --button "Open:0" --separator "\n" --rest "${historyPath}/.history")" else txt="$(yad --entry --title "I38" --text "Execute program or enter file" --button "Open:0")" fi