Skip to content

Commit d0e40d3

Browse files
Set beta default to off
1 parent 5f6dacd commit d0e40d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HA Menu/AppDelegate.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ extension AppDelegate {
5252
"domain_switches": true,
5353
"domain_automations": true,
5454
"domain_inputbooleans": true,
55-
"domain_inputselects": true
55+
"domain_inputselects": true,
56+
"betaNotifications": false
5657
])
5758

5859
let notificationName = Notification.Name(rawValue: "PrefsChanged")

0 commit comments

Comments
 (0)