fix flyout accent color fallback, stop cava when module hidden
This commit is contained in:
parent
64eaeb61c6
commit
e4ae5046b8
3 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue