Fix: Sleep Timer modal defaults to Custom Time during first access #1224

This commit is contained in:
advplyr 2024-06-17 16:44:06 -05:00
parent e79d09941c
commit 4180862c3a

View file

@ -65,7 +65,7 @@ export default {
}, },
data() { data() {
return { return {
manualTimerModal: true, manualTimerModal: false,
manualTimeoutMin: 1 manualTimeoutMin: 1
} }
}, },