FelixKratz / SketchyBar

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

Space icons for Godot accumulate indefinitely #577

Open DetachedHeadState opened 4 days ago

DetachedHeadState commented 4 days ago

Hi, I'm using a space selector component to visualize the apps I have open in each space. When I use the Godot engine, it seems like each window it creates never gets destroyed as far as SketchyBar is concerned, and so after developing for some time I end up with the pager showing a big pile of windows (that aren't actually there) being shown until I quit Godot completely:

image

Any suggestions for how I can debug or work around this issue?

cagdassalur commented 2 days ago

Can you share the code for this component?