mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-16 08:54:47 +02:00
Fix: Sleep Timer modal defaults to Custom Time during first access #1224
This commit is contained in:
parent
e79d09941c
commit
4180862c3a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
manualTimerModal: true,
|
||||
manualTimerModal: false,
|
||||
manualTimeoutMin: 1
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue