mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Ensure Zenity dialogs are shown when calling steam_sync from Zenity Configurator
This commit is contained in:
parent
b2cd96b260
commit
e1172262df
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue