From 58cca5ec4fdd559a9a70b6a7fcae6a56f54a6688 Mon Sep 17 00:00:00 2001 From: felixzsh Date: Wed, 12 Aug 2026 10:27:17 -0500 Subject: [PATCH] chore: rename mode label to filter --- Panel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Panel.qml b/Panel.qml index fc615bd..a018511 100644 --- a/Panel.qml +++ b/Panel.qml @@ -176,7 +176,7 @@ Panel { Text { anchors.left: parent.left anchors.verticalCenter: parent.verticalCenter - text: "Mode" + text: "Filter" font.family: Style.font.family font.pixelSize: Style.font.body color: Color.popups.text