mirror of
https://github.com/FelixKratz/SketchyBar
synced 2025-02-17 04:58:28 +00:00
add missing comma
This commit is contained in:
parent
55f2b57421
commit
f9230f0ed1
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ void bar_manager_serialize(struct bar_manager* bar_manager, FILE* rsp) {
|
|||
"\t\"state\": {\n"
|
||||
"\t\t\"frozen\": %d,\n"
|
||||
"\t\t\"topmost\": %d,\n"
|
||||
"\t\t\"shadow\": %d\n"
|
||||
"\t\t\"shadow\": %d,\n"
|
||||
"\t\t\"font_smoothing\": %d\n"
|
||||
"\t},\n"
|
||||
"\t\"items\": [\n",
|
||||
|
|
Loading…
Add table
Reference in a new issue