Claude pog?

This commit is contained in:
2025-12-03 13:53:58 +01:00
parent 089a5f7a49
commit 8967e3a1f5
7 changed files with 179 additions and 8 deletions
+11 -2
View File
@@ -27,11 +27,20 @@ PanelWindow {
bottom: 9
}
ConfigLoader {
id: configLoader
onFolderChanged: {
console.log("Folder changed to:", gifFolder)
getGifs.reload()
}
}
GetGifs {
id: getGifs
running: true
gifFolder: configLoader.gifFolder
running: configLoader.loaded
}
GifsLoader {
id: gifloader
gifsList: getGifs.gifsList