mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-15 00:12:28 +00:00
fix default false
This commit is contained in:
parent
41a65c0f9d
commit
d2d3bbe8a1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import RealmSwift
|
|||
class DeviceSettings: Object {
|
||||
@Persisted var disableAutoRewind: Bool = false
|
||||
@Persisted var enableAltView: Bool = true
|
||||
@Persisted var allowSeekingOnWidget: Bool = true
|
||||
@Persisted var allowSeekingOnWidget: Bool = false
|
||||
@Persisted var jumpBackwardsTime: Int = 10
|
||||
@Persisted var jumpForwardTime: Int = 10
|
||||
@Persisted var lockOrientation: String = "NONE"
|
||||
|
|
|
|||
Loading…
Reference in a new issue