From 27924aca3711eeb3d0d6531e6a3ab00509cc30cc Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 4 Jun 2026 23:22:28 +0200 Subject: [PATCH] disable incompatible-type for qmllint in clock --- Modules/Clock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Clock.qml b/Modules/Clock.qml index 26da1f8..67ff432 100644 --- a/Modules/Clock.qml +++ b/Modules/Clock.qml @@ -23,7 +23,7 @@ CustomRect { anchors.centerIn: parent color: root.visibilities.dashboard ? DynamicColors.palette.m3onPrimary : DynamicColors.palette.m3onSurface - font: Appearance.font.family.mono + font: Appearance.font.family.mono // qmllint disable incompatible-type text: Time.dateStr Behavior on color {