Beginning to make JLearner Work and a bit of Code clean up

This commit is contained in:
Hannes
2026-03-06 21:19:55 +01:00
parent 10e2a14e14
commit 47a0e11088
11 changed files with 343 additions and 9 deletions
+1 -1
View File
@@ -20,8 +20,8 @@ Item { // container, invisible
onPressed: {
// generateThumbs.startDetached()
// generateThumbs.running = true
jLearnerLoader.active = !jLearnerLoader.active
console.log("Pressed Meta+Shift+J (Hyprland global shortcut)")
jLearnerLoader.active = !jLearnerLoader.active
}
}