Skip to content

Commit

Permalink
use correct window level at init
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed May 16, 2022
1 parent 7f5d7e4 commit 55668a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bar_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void bar_manager_init(struct bar_manager* bar_manager) {
bar_manager->margin = 0;
bar_manager->frozen = false;
bar_manager->sleeps = false;
bar_manager->window_level = kCGNormalWindowLevelKey;
bar_manager->window_level = kCGNormalWindowLevel;
bar_manager->topmost = false;
bar_manager->picky_redraw = false;
bar_manager->notch_width = 200;
Expand Down

0 comments on commit 55668a4

Please sign in to comment.