mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-01 00:25:26 +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() {
|
data() {
|
||||||
return {
|
return {
|
||||||
manualTimerModal: true,
|
manualTimerModal: false,
|
||||||
manualTimeoutMin: 1
|
manualTimeoutMin: 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue