Get rid of the quick settings

It ended up just duplicating the omarchy menu
This commit is contained in:
David Heinemeier Hansson
2026-05-16 21:15:04 +02:00
parent 63abbf0be1
commit db5c09fc2e
10 changed files with 6 additions and 461 deletions
@@ -56,7 +56,7 @@ QtObject {
if (isPlainObject(manifest.entryPoints)) {
var ep = manifest.entryPoints
if (ep.barWidget || ep.main || ep.panel || ep.desktopWidget
|| ep.launcherProvider || ep.controlCenterWidget) return true
|| ep.launcherProvider) return true
}
return false
}
@@ -74,7 +74,6 @@ QtObject {
// Out of scope for v1 — warn loudly so we don't silently strand the plugin.
if (ep.desktopWidget) unsupported.push("desktopWidget")
if (ep.launcherProvider) unsupported.push("launcherProvider")
if (ep.controlCenterWidget) unsupported.push("controlCenterWidget")
if (kinds.length === 0) {
console.warn("PluginRegistry: noctalia plugin '" + src.id + "' has no supported entryPoints"