diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/BeatDetector.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |