mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2025-05-12 21:30:36 +01:00
parent
0a8e83d35b
commit
7c6d165e1e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue