mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-21 03:54:46 +00:00
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:
commit
ca412c0f1f
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