From fd93bd20dbe7ff1b8667cffe1539146d038ed822 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Tue, 4 Nov 2025 11:35:37 -0500 Subject: [PATCH] Settings: fix typo in "follow_bar" --- Commons/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commons/Settings.qml b/Commons/Settings.qml index c4fa4757..c7f6b46c 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -259,7 +259,7 @@ Singleton { property string transitionType: "random" property real transitionEdgeSmoothness: 0.05 property list monitors: [] - property string panelPosition: "folow_bar" + property string panelPosition: "follow_bar" } // applauncher