Launcher: Working clipboard plugin
This commit is contained in:
parent
742a600e38
commit
1599ee5682
2 changed files with 192 additions and 0 deletions
|
|
@ -146,6 +146,15 @@ NPanel {
|
|||
} else {
|
||||
Logger.error("Launcher", "Failed to load CalculatorPlugin")
|
||||
}
|
||||
|
||||
// Load clipboard history plugin
|
||||
const clipboardPlugin = Qt.createComponent("Plugins/ClipboardPlugin.qml").createObject(this)
|
||||
if (clipboardPlugin) {
|
||||
registerPlugin(clipboardPlugin)
|
||||
Logger.log("Launcher", "Registered: clipboardPlugin")
|
||||
} else {
|
||||
Logger.error("Launcher", "Failed to load clipboardPlugin")
|
||||
}
|
||||
}
|
||||
|
||||
// UI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue