From c9f1d4138fd62ad61d108b48cc618e5d38ae499f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 28 Jun 2025 18:57:51 +1000 Subject: config: fix overwrite on startup --- modules/notifications/Background.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/notifications') diff --git a/modules/notifications/Background.qml b/modules/notifications/Background.qml index 4a38510..8795b14 100644 --- a/modules/notifications/Background.qml +++ b/modules/notifications/Background.qml @@ -14,7 +14,7 @@ ShapePath { property real fullHeightRounding: wrapper.height >= QsWindow.window?.height - Config.border.thickness * 2 ? -rounding : rounding strokeWidth: -1 - fillColor: Config.border.colour + fillColor: Colours.palette.m3surface PathLine { relativeX: -(root.wrapper.width + root.rounding) -- cgit v1.2.3-freya