summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 19:19:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-05 19:19:48 +1000
commitc650f4392d12c9ac71996e393c0a32169a27e4cb (patch)
treeaa2f2c5067692e7197e824c79e8c6bc0c4da06dc /services
parentthumbnailer: better caching (diff)
downloadcaelestia-shell-c650f4392d12c9ac71996e393c0a32169a27e4cb.tar.gz
caelestia-shell-c650f4392d12c9ac71996e393c0a32169a27e4cb.tar.bz2
caelestia-shell-c650f4392d12c9ac71996e393c0a32169a27e4cb.zip
launcher: focus actual current wall
Also thumbnailer kill process before starting new proc
Diffstat (limited to 'services')
-rw-r--r--services/Thumbnailer.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/Thumbnailer.qml b/services/Thumbnailer.qml
index 3bdcaf0..3b22ada 100644
--- a/services/Thumbnailer.qml
+++ b/services/Thumbnailer.qml
@@ -35,6 +35,7 @@ Singleton {
onRead: data => {
const sha = data.split(" ")[0];
obj.path = `${root.thumbDir}/${sha}@${obj.width}x${obj.height}-exact.png`;
+ obj.thumbProc.signal(9);
obj.thumbProc.running = true;
}
}
@@ -62,6 +63,7 @@ end`]
}
function reload(): void {
+ shaProc.signal(9);
shaProc.running = true;
}
}