We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b4a48 commit be3ab24Copy full SHA for be3ab24
Ice/MenuBar/MenuBarAppearancePanel/MenuBarAppearancePanel.swift
@@ -49,6 +49,7 @@ class MenuBarAppearancePanel: NSPanel {
49
private func configureCancellables() {
50
var c = Set<AnyCancellable>()
51
52
+ // always show the panel on the active space
53
NSWorkspace.shared.notificationCenter
54
.publisher(for: NSWorkspace.activeSpaceDidChangeNotification)
55
.receive(on: DispatchQueue.main)
0 commit comments