Update:Default to alt view and rename setting to use bookshelf view

This commit is contained in:
advplyr 2023-01-29 17:20:46 -06:00
parent bd5229941b
commit a7227acbc3
3 changed files with 13 additions and 4 deletions

View file

@ -109,7 +109,7 @@ data class DeviceSettings(
fun default():DeviceSettings {
return DeviceSettings(
disableAutoRewind = false,
enableAltView = false,
enableAltView = true,
jumpBackwardsTime = 10,
jumpForwardTime = 10,
disableShakeToResetSleepTimer = false,