feat: add support for lazy loading in modules

This commit is contained in:
Hannes
2026-08-23 22:14:36 +02:00
parent 426b96a27e
commit 4b4159371d
4 changed files with 13 additions and 8 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ import Quickshell.Io
Item { // container, invisible
id: jLoader
Loader {
LazyLoader {
id: jLearnerLoader
active: false
sourceComponent: JLearner { id: jLearner }
JLearner { id: jLearner }
}
GlobalShortcut {