1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

powermenu: smarter positioning in control center

This commit is contained in:
bbedward
2025-11-14 10:45:16 -05:00
parent 97a0696930
commit 328490d23d
2 changed files with 19 additions and 4 deletions

View File

@@ -205,7 +205,7 @@ QtObject {
}
const pluginComponent = PluginService.pluginWidgetComponents[plugin.id]
if (!pluginComponent) {
if (!pluginComponent || typeof pluginComponent.createObject !== 'function') {
continue
}