mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-16 18:25:58 +01:00
lib: fix missing isSVG assignment
This commit is contained in:
parent
b3aaedcca3
commit
e3056efd46
1 changed files with 1 additions and 0 deletions
|
@ -617,6 +617,7 @@ std::optional<std::string> CHyprcursorImplementation::loadTheme() {
|
|||
auto* IMAGE = LOADEDSHAPE.images.emplace_back(std::make_unique<SLoadedCursorImage>()).get();
|
||||
IMAGE->side = i.size;
|
||||
IMAGE->delay = i.delay;
|
||||
IMAGE->isSVG = SHAPE->shapeType == SHAPE_SVG;
|
||||
|
||||
// read from zip
|
||||
zip_file_t* image_file = zip_fopen(zip, i.filename.c_str(), ZIP_FL_UNCHANGED);
|
||||
|
|
Loading…
Reference in a new issue