refactor(obs-integration): use another glyph icon for Finished status

This commit is contained in:
neyfua
2026-08-07 05:36:36 +07:00
parent bba8309f27
commit 0c583b5114
+1 -1
View File
@@ -359,7 +359,7 @@ local STATUS_STYLE = {
blocked = { glyph = "clock", color = "on_surface_variant", labelKey = "status_blocked" }, blocked = { glyph = "clock", color = "on_surface_variant", labelKey = "status_blocked" },
excluded = { glyph = "ban", color = "on_surface_variant", labelKey = "status_excluded" }, excluded = { glyph = "ban", color = "on_surface_variant", labelKey = "status_excluded" },
unbuildable = { glyph = "ban", color = "on_surface_variant", labelKey = "status_unbuildable" }, unbuildable = { glyph = "ban", color = "on_surface_variant", labelKey = "status_unbuildable" },
finished = { glyph = "check", color = "tertiary", labelKey = "status_finished" }, finished = { glyph = "circle-dot", color = "tertiary", labelKey = "status_finished" },
unknown = { glyph = "help-circle", color = "on_surface_variant", labelKey = "status_unknown" }, unknown = { glyph = "help-circle", color = "on_surface_variant", labelKey = "status_unknown" },
} }