Skip to content

Commit f40ac3b

Browse files
Show sidebar options in command menu on macOS
1 parent 493e23a commit f40ac3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dcbattwebhook-swift/dcbattwebhook_swiftApp.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ struct dcbattwebhook_swiftApp: App {
6767
#if os(macOS)
6868
.windowResizability(.contentSize)
6969
.commands {
70+
SidebarCommands()
7071
CommandGroup(replacing: CommandGroupPlacement.newItem) {}
7172
CommandGroup(after: .newItem) {
7273
Button(action: {

0 commit comments

Comments
 (0)