From f9d7de2e3ca3b33463572c9ef4cdf6f9a464e57f Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Sun, 14 Sep 2025 12:32:05 -0400 Subject: [PATCH] Volume: Fixed missing externalHideTimer --- Modules/Bar/Widgets/Volume.qml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Modules/Bar/Widgets/Volume.qml b/Modules/Bar/Widgets/Volume.qml index fe795a0..2dfa42f 100644 --- a/Modules/Bar/Widgets/Volume.qml +++ b/Modules/Bar/Widgets/Volume.qml @@ -61,6 +61,15 @@ Item { } } + Timer { + id: externalHideTimer + running: false + interval: 1500 + onTriggered: { + pill.hide() + } + } + NPill { id: pill