Panels: went back to have panel's content drawn in main screen instead of separate PanelWindow

This commit is contained in:
ItsLemmy
2025-11-27 19:18:34 -05:00
parent 0e46c4bb2b
commit a48e4dcecd
5 changed files with 1280 additions and 1272 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Singleton {
* - LockScreen is opened
* - A control center is open
*/
property bool shouldRun: BarService.hasAudioVisualizer || PanelService.lockScreen?.active || (PanelService.openedPanel && PanelService.openedPanel.panelWrapper.objectName.startsWith("controlCenterPanel"))
property bool shouldRun: BarService.hasAudioVisualizer || PanelService.lockScreen?.active || (PanelService.openedPanel && PanelService.openedPanel.objectName.startsWith("controlCenterPanel"))
property var values: Array(barsCount).fill(0)
property int barsCount: 32