From e1172262df3d4da56482cf8859a5b53df5959886 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 25 Mar 2025 16:45:21 -0400 Subject: [PATCH] Ensure Zenity dialogs are shown when calling steam_sync from Zenity Configurator --- tools/configurator.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/configurator.sh b/tools/configurator.sh index 8110560a..9a7cba9d 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -1240,6 +1240,7 @@ configurator_steam_sync() { configurator_enable_steam_sync() { set_setting_value "$rd_conf" "steam_sync" "true" retrodeck "options" + export CONFIGURATOR_GUI="zenity" steam_sync zenity --icon-name=net.retrodeck.retrodeck --info --no-wrap --ok-label="OK" \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \