Skip to content

Commit

Permalink
Fix #491: Prevent status bar item from flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Mar 10, 2023
1 parent 99bb02e commit 0a5964c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MeetingBar/StatusBarItemController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ class StatusBarItemController {

func updateMenu() {
// Don't update the menu while it's open to avoid flickering
// if statusItem.menu != nil {
// return
// }
if statusItem.menu != nil {
return
}

statusItemMenu.autoenablesItems = false
statusItemMenu.removeAllItems()
Expand Down

0 comments on commit 0a5964c

Please sign in to comment.