Update refreshThumbnails signature to accept selection loading flag

This commit is contained in:
2026-05-07 10:49:48 +02:00
parent 892a3a8625
commit 4fd6ee8534

View File

@@ -422,7 +422,7 @@ function stopProgress() {
}
}
async function refreshThumbnails(selectedPath) {
async function refreshThumbnails(selectedPath, shouldLoadSelection = true) {
let maps;
try {
maps = await invoke('list_maps');