Fix wrong way to build theme item paths

This commit is contained in:
Haoyu Qiu
2023-10-19 10:33:23 +08:00
parent 5f62ad2db5
commit 56ef2dba10

View File

@@ -180,7 +180,7 @@ def process_file(f, fname):
if theme_item:
if theme_item == "stylebox":
theme_item = "style"
property_path = "theme_overrides_" + theme_item + "/" + property_path
property_path = "theme_override_" + theme_item + "s/" + property_path
if current_subgroup:
if msg.startswith(current_subgroup):