mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-10 05:44:16 +00:00
properly emit forced space change event
This commit is contained in:
parent
e2009aba20
commit
b97106f545
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ void bar_manager_update(struct bar_manager* bar_manager, bool forced) {
|
|||
if ((bar_manager->frozen && !forced) || bar_manager->sleeps) return;
|
||||
|
||||
if (forced) {
|
||||
bar_manager_update_space_components(bar_manager, true);
|
||||
bar_manager_handle_space_change(bar_manager, true);
|
||||
forced_network_event();
|
||||
forced_volume_event();
|
||||
forced_brightness_event();
|
||||
|
|
Loading…
Reference in a new issue