From b8a4d1d31295ba08f6fd320b43f33e0b825358d2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 2 Jul 2025 22:07:34 +1000 Subject: internal: set default bpm to 1 So the media gif still plays even when beat detector doesnt work --- services/BeatDetector.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/BeatDetector.qml b/services/BeatDetector.qml index 7099435..0fa4727 100644 --- a/services/BeatDetector.qml +++ b/services/BeatDetector.qml @@ -6,7 +6,7 @@ import Quickshell.Io Singleton { id: root - property real bpm + property real bpm: 1 Process { running: true -- cgit v1.2.3-freya