From fc17f23533e952194b8a9d504f1ce4a07aa0a740 Mon Sep 17 00:00:00 2001 From: Madjid Taha Date: Sat, 25 Oct 2025 17:06:08 +0200 Subject: [PATCH] fix typo --- dots/.config/quickshell/ii/modules/common/Config.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index 11526c81b..38e47dd6b 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -135,8 +135,7 @@ Singleton { property bool useFnSymbol: false property JsonObject pixelSize: JsonObject { property int key: Appearance.font.pixelSize.smaller - property int comment: Appareance.font.pixelSize.smaller - } + property int comment: Appearance.font.pixelSize.smaller } } }