From 329c240699ae3f667e1921ee02a1c87b6a733063 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 23 Jul 2025 17:24:19 +1000 Subject: internal: fix damn lsp overshadowing --- config/Appearance.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Appearance.qml b/config/Appearance.qml index 1751228..6da7fd9 100644 --- a/config/Appearance.qml +++ b/config/Appearance.qml @@ -9,7 +9,7 @@ Singleton { readonly property Rounding rounding: Rounding {} readonly property Spacing spacing: Spacing {} readonly property Padding padding: Padding {} - readonly property Font font: Font {} + readonly property FontStuff font: FontStuff {} readonly property Anim anim: Anim {} component Rounding: QtObject { @@ -50,7 +50,7 @@ Singleton { readonly property int extraLarge: 28 } - component Font: QtObject { + component FontStuff: QtObject { readonly property FontFamily family: FontFamily {} readonly property FontSize size: FontSize {} } -- cgit v1.2.3-freya