Merge branch 'change-default-auto-rotate-setting' into 'master'

change default to force auto rotate while full screen

See merge request videostreaming/grayjay!61
This commit is contained in:
Kai DeLorenzo 2024-12-13 16:22:00 +00:00
commit ca412c0f1f

View file

@ -416,7 +416,7 @@ class Settings : FragmentedStorageFileJson() {
var simplifySources: Boolean = true;
@FormField(R.string.force_enable_auto_rotate_in_full_screen, FieldForm.TOGGLE, R.string.force_enable_auto_rotate_in_full_screen_description, 5)
var forceAllowFullScreenRotation: Boolean = false
var forceAllowFullScreenRotation: Boolean = true
@FormField(R.string.background_behavior, FieldForm.DROPDOWN, -1, 6)
@DropdownFieldOptionsId(R.array.player_background_behavior)