FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.65k stars 86 forks source link

Bug: `popup.topmost=false` is being ignored with the new version #311

Closed chrisgrieser closed 1 year ago

chrisgrieser commented 1 year ago

follow-up to #309:

I updated to the newest version, and the new option popup.topmost=false does not seem to work for me

2023-01-08 14 18 19

FelixKratz commented 1 year ago

Thats not how the defaults work. Defaults only apply to items you add after setting a default value. Try setting it directly for that item. Should work fine.

chrisgrieser commented 1 year ago

When applying it to the respective item, it still does not work. (it's the right item, as can be seen by it being affected by turning drawing on)

2023-01-08 14 29 27

FelixKratz commented 1 year ago

Ah I think I know what to problem is... It works for me because of some other modifications I have made to the system...

FelixKratz commented 1 year ago

Updated the release for this. It is a macOS ventura specific bug. v2.13.1 contains the fix

chrisgrieser commented 1 year ago

Thank you for the quick fix. Can confirm, it works with the new version now. 😊