Merge pull request #2148 from spiros132/main

fix(desktop-widget-settings): Title should now print much nicer for plugins.
This commit is contained in:
Lysec
2026-03-11 00:17:26 +01:00
committed by GitHub
@@ -63,7 +63,7 @@ Popup {
NText {
text: I18n.tr("system.widget-settings-title", {
"widget": root.widgetId
"widget": DesktopWidgetRegistry.getWidgetDisplayName(root.widgetId)
})
pointSize: Style.fontSizeL
font.weight: Style.fontWeightBold