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/DashboardConfig.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/DashboardConfig.qml') diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml index 269d4b4..523d4b1 100644 --- a/config/DashboardConfig.qml +++ b/config/DashboardConfig.qml @@ -3,8 +3,9 @@ import Quickshell.Io JsonObject { property int mediaUpdateInterval: 500 property int visualiserBars: 45 + property Sizes sizes: Sizes {} - property JsonObject sizes: JsonObject { + component Sizes: JsonObject { readonly property int tabIndicatorHeight: 3 readonly property int tabIndicatorSpacing: 5 readonly property int infoWidth: 200 -- cgit v1.2.3-freya