Skip to content

Commit fc3cbbe

Browse files
committed
fix: notch: enable now playing by default
1 parent 91e0c57 commit fc3cbbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MewNotch/DB/UserDefaults/App/NotchDefaults.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ class NotchDefaults: ObservableObject {
9898
@CodableUserDefault(
9999
PREFIX + "ExpandedNotchItems",
100100
defaultValue: [
101-
ExpandedNotchItem.Mirror
101+
ExpandedNotchItem.Mirror,
102+
ExpandedNotchItem.NowPlaying
102103
]
103104
)
104105
var expandedNotchItems: Set<ExpandedNotchItem> {

0 commit comments

Comments
 (0)