mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Update configurator.sh
This commit is contained in:
parent
c38233aecb
commit
c910621cff
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue