meta: fix hyprlang colon handling

fixes #80
This commit is contained in:
vaxerski 2025-02-04 10:29:10 +00:00
parent 0a8e83d35b
commit 7c6d165e1e

View file

@ -130,7 +130,7 @@ static Hyprlang::CParseResult parseOverride(const char* C, const char* V) {
CVarList overrides(VALUE, 0, ';');
for (const auto& o : overrides) {
currentMeta->parsedData.overrides.push_back(VALUE);
currentMeta->parsedData.overrides.push_back(o);
}
return result;