mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
parent
307e473759
commit
8658386f21
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void CImage::onTimerUpdate() {
|
||||||
if (!pendingResourceID.empty())
|
if (!pendingResourceID.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
request.id = std::string{"image:"} + path + ",time:" + std::to_string(modificationTime.time_since_epoch().count());
|
request.id = std::string{"image:"} + path + ",time:" + std::to_string((uint64_t)modificationTime.time_since_epoch().count());
|
||||||
pendingResourceID = request.id;
|
pendingResourceID = request.id;
|
||||||
request.asset = path;
|
request.asset = path;
|
||||||
request.type = CAsyncResourceGatherer::eTargetType::TARGET_IMAGE;
|
request.type = CAsyncResourceGatherer::eTargetType::TARGET_IMAGE;
|
||||||
|
|
Loading…
Reference in a new issue