Skip to content

Commit

Permalink
Moving xrMode preference to Output screen
Browse files Browse the repository at this point in the history
  • Loading branch information
twaik committed Jul 17, 2024
1 parent 4ac6773 commit 888148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ListPreference app:key="forceOrientation" app:defaultValue="no" app:entries="@array/forceOrientationVariants" app:entryValues="@array/forceOrientationVariants" />
<SwitchPreferenceCompat app:key="hideCutout" app:defaultValue="false" />
<SwitchPreferenceCompat app:defaultValue="true" app:key="keepScreenOn" />
<SwitchPreferenceCompat app:key="xrMode" app:defaultValue="false" />
</PreferenceScreen>
<PreferenceScreen app:key="pointer">
<ListPreference app:key="touchMode" app:defaultValue="1" app:entries="@array/touchscreenInputModesEntries" app:entryValues="@array/touchscreenInputModesValues" />
Expand Down Expand Up @@ -54,7 +55,6 @@
<PreferenceScreen app:key="other">
<SwitchPreferenceCompat app:key="clipboardEnable" app:defaultValue="true" />
<Preference app:key="requestNotificationPermission" />
<SwitchPreferenceCompat app:key="xrMode" app:defaultValue="false" />
<Preference app:key="configureResponseToUserActions" app:fragment="userActions" />
<SwitchPreferenceCompat app:key="storeSecondaryDisplayPreferencesSeparately" app:defaultValue="false" />
</PreferenceScreen>
Expand Down

0 comments on commit 888148f

Please sign in to comment.