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
toolTipText:i18n("Disabling the native Panel background also removes the contrast and blur.\n\nSet Opacity to 0 to keep just the mask required by Blur custom background.")
117
+
toolTipText:i18n("Set Opacity to 0 to keep just the mask required by Blur custom background.")
112
118
}
113
119
}
114
120
RowLayout {
@@ -138,7 +144,7 @@ ColumnLayout {
138
144
Kirigami.InlineMessage {
139
145
id: warningResources
140
146
Layout.fillWidth:true
141
-
text:i18n("Draw a custom blur mask behind the custom background(s).\nRequires the C++ plugin to work, check the repository README on GitHub for details.\nNative panel background must be enabled with opacity of 0 for this to work as intended.")
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>")
Copy file name to clipboardExpand all lines: package/contents/ui/configForeground.qml
+1-1
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ KCM.SimpleKCM {
147
147
Kirigami.FormLayout {
148
148
149
149
Label {
150
-
text:i18n("<strong>[M]ask</strong>: Force Icon colorization (symbolic icons).<br><strong>[E]ffect</strong>: Force Text/Icons colorization using post-processing effect (any icon).<br><strong>[R]efresh</strong>: Re-apply colorization at a fixed interval, for widgets that recreate or recolor content themselves<br>To restore the <strong>Mask<strong> and <strong>Color Effect</strong> disable and restart Plasma or logout.")
150
+
text:i18n("<strong>Mask</strong>: Force Icon colorization (symbolic icons).<br><strong>Color Effect</strong>: Force Text/Icons colorization using post-processing effect (any icon).<br><strong>Refresh</strong>: Re-apply colorization at a fixed interval, for widgets that recreate or recolor content themselves<br>To restore the <strong>Mask<strong> and <strong>Color Effect</strong> disable and restart Plasma or logout.")
0 commit comments