Android: Make ingame menu pause on open by default

This commit is contained in:
Connor McLaughlin
2021-04-18 13:50:09 +10:00
parent 3769f30260
commit 2a5d14d8ed
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
<SwitchPreferenceCompat
app:key="Main/PauseOnMenu"
app:title="@string/settings_pause_when_menu_opened"
app:defaultValue="false"
app:defaultValue="true"
app:summary="@string/settings_summary_pause_when_menu_opened"
app:iconSpaceReserved="false" />
<ListPreference