fix(macos): drop status item title while notch overlay is visible
The notch overlay wings already display elapsed time and step title; keeping them on the status item too produced a duplicate readout elsewhere in the menu bar.
This commit is contained in:
@@ -29,6 +29,8 @@ final class NotchOverlayController {
|
||||
private var screenObserver: NSObjectProtocol?
|
||||
private var syncTask: Task<Void, Never>?
|
||||
|
||||
var isShowing: Bool { panel != nil }
|
||||
|
||||
init(store: AppStore, clock: Clock) {
|
||||
self.store = store
|
||||
self.clock = clock
|
||||
|
||||
Reference in New Issue
Block a user