mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-22 19:33:03 +00:00
sid and did swap fixed
This commit is contained in:
parent
72b23e6c43
commit
73e65d526b
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ void bar_refresh(struct bar *bar)
|
|||
|
||||
|
||||
if(bar_item->associated_display > 0 && bar_item->associated_display != did) continue;
|
||||
if(bar_item->type != BAR_COMPONENT && bar_item->associated_space > 0 && bar_item->associated_space != did) continue;
|
||||
if(bar_item->type != BAR_COMPONENT && bar_item->associated_space > 0 && bar_item->associated_space != sid) continue;
|
||||
|
||||
if (bar_item->position == BAR_POSITION_LEFT) {
|
||||
icon_position.x = bar_left_final_item_x + bar_item->icon_spacing_left;
|
||||
|
|
Loading…
Reference in a new issue