mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-16 18:25:58 +01:00
parent
1f4c960cf1
commit
c38dcf160d
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ static std::optional<std::string> createCursorThemeFromPath(const std::string& p
|
||||||
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;
|
||||||
|
|
||||||
// check if we have at least one image.
|
// check if we have at least one image.
|
||||||
for (auto& i : SHAPE->images) {
|
for (auto& i : SHAPE->images) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue