mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Only check for Desktop Mode on Steam Deck platform
This commit is contained in:
parent
800b039ed2
commit
45bb5ac43b
|
@ -166,8 +166,9 @@ if [[ $multi_user_mode == "true" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run optional startup checks
|
# Run optional startup checks
|
||||||
|
if [[ $(check_is_steam_deck) == "true" ]]; then # Only warn about Desktop Mode on Steam Deck, ignore for other platforms
|
||||||
desktop_mode_warning
|
desktop_mode_warning
|
||||||
|
fi
|
||||||
low_space_warning
|
low_space_warning
|
||||||
|
|
||||||
# Check if there is a new version of RetroDECK available, if update_check=true in retrodeck.cfg and there is network connectivity available.
|
# Check if there is a new version of RetroDECK available, if update_check=true in retrodeck.cfg and there is network connectivity available.
|
||||||
|
|
Loading…
Reference in a new issue