fix flyout accent color fallback, stop cava when module hidden

This commit is contained in:
Damocles 2026-04-13 17:21:22 +02:00
parent 64eaeb61c6
commit e4ae5046b8
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,11 @@
pragma Singleton
import QtQuick
import "." as M
QtObject {
property bool visible: false
property string text: ""
property real itemX: 0
property var screen: null
property color accentColor: "#cdd6f4"
property color accentColor: M.Theme.base05
}