mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-12-22 10:19:48 +01:00
parent
033416cedc
commit
65507c093f
1 changed files with 3 additions and 1 deletions
|
@ -653,6 +653,8 @@ std::optional<std::string> CHyprcursorImplementation::loadTheme() {
|
||||||
SHAPE->images.push_back(SCursorImage{i.file, i.size, i.delayMs});
|
SHAPE->images.push_back(SCursorImage{i.file, i.size, i.delayMs});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SHAPE->overrides = meta.parsedData.overrides;
|
||||||
|
|
||||||
for (auto& i : SHAPE->images) {
|
for (auto& i : SHAPE->images) {
|
||||||
if (SHAPE->shapeType == SHAPE_INVALID) {
|
if (SHAPE->shapeType == SHAPE_INVALID) {
|
||||||
if (i.filename.ends_with(".svg"))
|
if (i.filename.ends_with(".svg"))
|
||||||
|
|
Loading…
Reference in a new issue