Update configurator.sh

This commit is contained in:
Lx32 2024-04-21 15:32:22 +02:00 committed by GitHub
parent c38233aecb
commit c910621cff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1326,13 +1326,12 @@ enable_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" \
--title "RetroDECK Configurator - RetroDECK Steam Syncronization" \
--text="Steam syncronization enabled, restart RetroDECK to get effect."
--text="Steam syncronization enabled."
configurator_welcome_dialog
}
disable_steam_sync() {
set_setting_value $rd_conf "steam_sync" "false" retrodeck "options"
touch /tmp/retrodeck_steam_sync_exit
configurator_welcome_dialog
}