mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-19 19:14:51 +00:00
change default to force auto rotate while full screen
This commit is contained in:
parent
9be59c674d
commit
f4bade0c2e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue