Merge pull request #597 from tempusthales/patch-1

Increase barsCount from 24 to 48
This commit is contained in:
Lemmy
2025-10-26 23:00:36 -04:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@ Singleton {
property bool shouldRun: BarService.hasAudioVisualizer || (PanelService.getPanel("controlCenterPanel") === PanelService.openedPanel) || PanelService.lockScreen.active
property var values: Array(barsCount).fill(0)
property int barsCount: 24
property int barsCount: 48
property var config: ({
"general": {
"bars": barsCount,