File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1298,6 +1298,13 @@ PlasmoidItem {
1298
1298
}
1299
1299
}
1300
1300
1301
+ PlasmaCore .Action {
1302
+ id: configureAction
1303
+ text: plasmoid .internalAction (" configure" ).text
1304
+ icon .name : ' configure'
1305
+ onTriggered: plasmoid .internalAction (" configure" ).trigger ()
1306
+ }
1307
+
1301
1308
function showWidgets (panelLayout ) {
1302
1309
console .error (" showWidgets()" )
1303
1310
for (var i in panelLayout .children ) {
@@ -1307,7 +1314,9 @@ PlasmoidItem {
1307
1314
if (! child .applet ? .plasmoid ? .pluginName ) continue
1308
1315
// if (Utils.getBgManaged(child)) continue
1309
1316
// console.error(child.applet?.plasmoid?.pluginName)
1310
- // Utils.dumpProps(child)
1317
+ if (child .applet .plasmoid .pluginName !== " luisbocanegra.panel.colorizer" ) {
1318
+ child .applet .plasmoid .contextualActions .push (configureAction)
1319
+ }
1311
1320
const isTray = child .applet .plasmoid .pluginName === " org.kde.plasma.systemtray"
1312
1321
if (isTray) trayIndex = i
1313
1322
const bgItem = Utils .getBgManaged (child)
You can’t perform that action at this time.
0 commit comments