From d1afc68b704f1f5340c90e99c9f1fd74534c2688 Mon Sep 17 00:00:00 2001 From: felixzsh Date: Wed, 12 Aug 2026 08:53:21 -0500 Subject: [PATCH] chore: add seconds text to linger label --- Panel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Panel.qml b/Panel.qml index 4a190f1..515204c 100644 --- a/Panel.qml +++ b/Panel.qml @@ -230,7 +230,7 @@ Panel { spacing: Style.spacing.labelGap Text { - text: "Linger" + text: "Linger (seconds)" color: Qt.darker(Color.popups.text, 1.4) font.family: Style.font.family font.pixelSize: Style.font.caption