Skip to content

Commit

Permalink
meta: fix hyprlang colon handling
Browse files Browse the repository at this point in the history
fixes #80
  • Loading branch information
vaxerski committed Feb 4, 2025
1 parent 0a8e83d commit 7c6d165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhyprcursor/meta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c6d165

Please sign in to comment.