Skip to content
Snippets Groups Projects
Verified Commit f4bade0c authored by Kai DeLorenzo's avatar Kai DeLorenzo :purple_heart:
Browse files

change default to force auto rotate while full screen

parent 9be59c67
No related branches found
No related tags found
1 merge request!61change default to force auto rotate while full screen
...@@ -416,7 +416,7 @@ class Settings : FragmentedStorageFileJson() { ...@@ -416,7 +416,7 @@ class Settings : FragmentedStorageFileJson() {
var simplifySources: Boolean = true; 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) @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) @FormField(R.string.background_behavior, FieldForm.DROPDOWN, -1, 6)
@DropdownFieldOptionsId(R.array.player_background_behavior) @DropdownFieldOptionsId(R.array.player_background_behavior)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment