Increase barsCount from 24 to 48

This commit is contained in:
Gilbert Palau
2025-10-26 21:51:24 -05:00
committed by GitHub
parent 178d18eca9
commit 15600c8186
+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,