From df4b3b85a949c6aa1952963a7455f88578a080d5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 19 Jul 2025 15:03:22 +1000 Subject: internal: fix types for lsp --- config/NotifsConfig.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/NotifsConfig.qml') diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml index 920233f..abf640b 100644 --- a/config/NotifsConfig.qml +++ b/config/NotifsConfig.qml @@ -6,8 +6,9 @@ JsonObject { property real clearThreshold: 0.3 property int expandThreshold: 20 property bool actionOnClick: false + property Sizes sizes: Sizes {} - property JsonObject sizes: JsonObject { + component Sizes: JsonObject { property int width: 400 property int image: 41 property int badge: 20 -- cgit v1.2.3-freya