Cleaned up init sequence

This commit is contained in:
LemmyCook 2025-09-04 15:27:17 -04:00
parent e3f50c0ce2
commit c055690a9b
3 changed files with 59 additions and 51 deletions

View file

@ -141,9 +141,9 @@ NPanel {
const clipboardPlugin = Qt.createComponent("Plugins/ClipboardPlugin.qml").createObject(this)
if (clipboardPlugin) {
registerPlugin(clipboardPlugin)
Logger.log("Launcher", "Registered: clipboardPlugin")
Logger.log("Launcher", "Registered: ClipboardPlugin")
} else {
Logger.error("Launcher", "Failed to load clipboardPlugin")
Logger.error("Launcher", "Failed to load ClipboardPlugin")
}
}