mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-26 21:30:17 +00:00
...
This commit is contained in:
parent
f757304bf8
commit
21e4753391
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ bool background_clips_bar(struct background* background) {
|
|||
}
|
||||
|
||||
void background_clip_bar(struct background* background, int offset, struct bar* bar) {
|
||||
if (!background->enabled || background->clip == 0.f) return;
|
||||
if (!background_clips_bar(background)) return;
|
||||
|
||||
struct background* clip = background_get_clip(background, bar->adid);
|
||||
background_update_clip(background, clip);
|
||||
|
|
Loading…
Reference in a new issue