Skip to content

Commit

Permalink
test: check if CI fails
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Nov 19, 2023
1 parent 47fd8fd commit 1dd638f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiniSim/Menu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Menu: NSMenu {
if #available(macOS 14.0, *) {
menuItem = NSMenuItem.sectionHeader(title: "")
} else {
menuItem = NSMenuItem()
menuItem = NSMenuItemd()
}
menuItem.tag = section.rawValue
menuItem.title = section.title
Expand Down

0 comments on commit 1dd638f

Please sign in to comment.