mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-30 15:17:14 +02:00
Fix: Sleep Timer modal defaults to Custom Time during first access #1224
This commit is contained in:
@@ -65,7 +65,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
manualTimerModal: true,
|
manualTimerModal: false,
|
||||||
manualTimeoutMin: 1
|
manualTimeoutMin: 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user