Skip to content

Commit 8757eb7

Browse files
committed
Demo project cleanup
1 parent a402afa commit 8757eb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Demo/Demo/MenuBarExtraAccessDemoApp.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ struct MenuBarExtraAccessDemoApp: App {
4242
}
4343
.menuBarExtraAccess(index: 0, isPresented: $isMenu0Presented) { statusItem in
4444
// can do one-time setup of NSStatusItem here
45-
statusItem.button?.appearsDisabled = true
46-
4745
// or if access to the NSStatusItem is needed later, it may be stored in a local state var
4846
menu0StatusItem = statusItem
4947
}

0 commit comments

Comments
 (0)