[U] Update alarm instantiation

This commit is contained in:
Hykilpikonna
2021-01-17 13:26:47 -05:00
parent 6b89b930fc
commit 650c48ade9
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate
{
// Init default settings
localStorage.register(defaults: [
"alarms": JSON.stringify([Alarm(alarmTime: Date(), text: "Wake up lol", wakeMethod: wvms[0])])!
"alarms": JSON.stringify([Alarm(enabled: true, alarmTime: Date(), text: "Wake up lol", wakeMethod: wvms[0])])!
])
// Start alarm activator