before it goes to ....

This commit is contained in:
2026-02-14 17:20:10 +01:00
parent 175c3463f7
commit b68c139d8d
7 changed files with 12 additions and 33 deletions
-12
View File
@@ -17,16 +17,4 @@ Process {
}
}
}
function reload() {
gifsList = []
running = false
running = true
}
onGifFolderChanged: {
if (running) {
getGifsProcess.reload()
}
}
}