change default to force auto rotate while full screen

This commit is contained in:
Kai 2024-12-13 10:21:40 -06:00
parent 9be59c674d
commit f4bade0c2e
No known key found for this signature in database

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)