aONe
aONe
I'm not getting this issue on Monterey 12.0.1 (21A559). I'm using a 4.2.1 [custom Apple Silicon build](https://github.com/aonez/Dozer/releases/tag/v4.2.1-silicon) though, but tested with 4.0.0 and also no issue. I suppose since @johsoderi...
Looking more slowly to the gif probably Apple made the space between menu bar items dynamic so it fits more before they reach the notch. Since Dozer uses a very...
@Taraan03 maybe you can try with this simple app to see if the space between bar menu items shrinks when they approach the notch. Close Dozer first, so the items...
Hm, so it snaps to the notch using dynamic margins when it's near it, not before. What happens when the icons arrive at the notch? They appear in the left...
After seeing how Dozer hides icons using this: ```swift static let hide: CGFloat = 10_000 ``` I suppose the way to go might be some kind of AppleScript.
> This might be useful: https://github.com/shergin/NSStatusBar-MISSINGOrder @AndrewMast those do not respond (macOS 10.14), so [that code](https://github.com/shergin/NSStatusBar-MISSINGOrder/blob/add24dcb8fc6c8f2b54ff1b346678fdc139e3f65/Pod/Classes/NSStatusBar%2BMISSINGOrder.m#L28-L29) is obsolete :( ```objc [self respondsToSelector:statusItemWithLengthWithPrioritySelector] && [self respondsToSelector:insertStatusItemWithPrioritySelector] ```
Here a quick build supporting  silicon: https://github.com/aonez/Dozer/releases/tag/v4.2.1-silicon Hopefully @Mortennn finds some time soon to make an official release 🦾
WOW!!! Just when opening Dozer? I had no issues in 10.15 and Big Sur (M1) The changes are minimum: https://github.com/Mortennn/Dozer/pull/154/files
In fact @brasilikum the panic was here: ``` Panicked task 0xfffffe166dd1df18: 1511 pages, 6 threads: pid 327: RansomWhere ``` So seems that `RansomWhere` was the cause. I'm not familiar with...
#69 will need to come first, I'm afraid...