Clear gallery image list when running

This commit is contained in:
awsr
2026-01-21 05:45:43 -08:00
parent cb0aa2fb97
commit 849f045301
+1
View File
@@ -1033,6 +1033,7 @@ async function addCacheClearButton() {
galleryHashes.clear();
galleryProgressBar.clear();
resetGallerySelection();
el.files.innerHTML = '';
thumbCacheCleanup(currentGalleryFolder, 0, controller, true);
});
div.append(btn);