PluginSystem: basic implementation with an hello-world bar widget

This commit is contained in:
ItsLemmy
2025-11-30 20:31:55 -05:00
parent 85fca41c50
commit c31c56ff48
15 changed files with 1871 additions and 22 deletions
+3
View File
@@ -42,6 +42,9 @@ ShellRoot {
Component.onCompleted: {
Logger.i("Shell", "---------------------------");
Logger.i("Shell", "Noctalia Hello!");
// Initialize plugin system early so Settings can validate plugin widgets
PluginRegistry.init();
}
Connections {