mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Update:Default to alt view and rename setting to use bookshelf view
This commit is contained in:
parent
bd5229941b
commit
a7227acbc3
3 changed files with 13 additions and 4 deletions
|
@ -109,7 +109,7 @@ data class DeviceSettings(
|
|||
fun default():DeviceSettings {
|
||||
return DeviceSettings(
|
||||
disableAutoRewind = false,
|
||||
enableAltView = false,
|
||||
enableAltView = true,
|
||||
jumpBackwardsTime = 10,
|
||||
jumpForwardTime = 10,
|
||||
disableShakeToResetSleepTimer = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue