Skip to content

Commit

Permalink
Show sidebar options in command menu on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatStella7922 committed Nov 21, 2023
1 parent 493e23a commit f40ac3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dcbattwebhook-swift/dcbattwebhook_swiftApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ struct dcbattwebhook_swiftApp: App {
#if os(macOS)
.windowResizability(.contentSize)
.commands {
SidebarCommands()
CommandGroup(replacing: CommandGroupPlacement.newItem) {}
CommandGroup(after: .newItem) {
Button(action: {
Expand Down

0 comments on commit f40ac3b

Please sign in to comment.