worked on QML and other minor details

This commit is contained in:
Tomas Rivera
2026-03-14 18:53:29 +01:00
parent 1525781f35
commit e513f4c797
14 changed files with 351 additions and 16 deletions
+3 -2
View File
@@ -17,9 +17,10 @@ ShellRoot {
bar: bar
}
Component.onCompleted: () => {
Component.onCompleted: {
//Launcher.Controller.init();
Screenshot.Controller.init();
//Lock.Controller.init();
}
Notifs.NotificationCenter.init();
}
}