This commit is contained in:
Evgeny
2025-06-26 13:39:04 +08:00
parent e744b0dc46
commit ff61bad9bf

View File

@@ -88,7 +88,7 @@ This is all you need to know about the new API. Below is an example demonstratin
{"text", "", {size = 17, color = "", gravity = "left"}},
{"button", "", {color = "", gravity = "left", expand = "false"}},
{"icon", "", {size = 17, color = "", gravity = "left"}},
{"progress", "", {progress = 0, color = "", gravity = "left"}},
{"progress", "", {progress = 0, color = ""}},
{"new_line", 0},
{"spacer", 0},
```