Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Feb 16, 2024
1 parent 0ade747 commit 4cb9c95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Ice/ControlItem/ControlItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ final class ControlItem: ObservableObject {
case .leftMouseUp:
if
NSEvent.modifierFlags == menuBarManager.secondaryActionModifier.nsEventFlags,
menuBarManager.section(withName: .alwaysHidden)?.isEnabled == true
let alwaysHiddenSection = menuBarManager.section(withName: .alwaysHidden),
alwaysHiddenSection.isEnabled
{
alwaysHiddenSection.show()
} else {
Expand Down

0 comments on commit 4cb9c95

Please sign in to comment.