You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error("QML Plugin org.kde.plasma.panelcolorizer not found");
68
+
}
69
+
}
70
+
63
71
RowLayout {
64
72
Layout.leftMargin:Kirigami.Units.mediumSpacing
65
73
Layout.rightMargin:Kirigami.Units.smallSpacing
@@ -132,20 +140,16 @@ ColumnLayout {
132
140
}
133
141
enabled:isEnabled.checked
134
142
}
135
-
Button {
136
-
checkable:true
137
-
checked: showBlurMessage
138
-
onClicked: {
139
-
showBlurMessage =!showBlurMessage
140
-
}
141
-
text:i18n("Not working? Read this (click to show)")
143
+
Kirigami.ContextualHelpButton {
144
+
toolTipText:i18n("Draw a custom blur mask behind the custom background(s).<br><strong>Native panel background must be enabled with opacity of 0 for this to work as intended.</strong>")
142
145
}
143
146
}
144
147
Kirigami.InlineMessage {
145
148
id: warningResources
146
149
Layout.fillWidth:true
147
-
text:i18n("Draw a custom blur mask behind the custom background(s).<br>Requires the C++ plugin to work, check the repository README on GitHub for details.<br><strong>Native panel background must be enabled with opacity of 0 for this to work as intended.</strong>")
148
-
visible: showBlurMessage
150
+
text:i18n("C++ plugin not installed, <b>Blur custom background</b> will not work.<br>Check the repository README on GitHub for details.")
0 commit comments