mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-09 07:48:58 +00:00
AudioViz: added a wave spectrum visualization. changed color to "primary"
This commit is contained in:
@@ -265,6 +265,10 @@ ColumnLayout {
|
||||
key: "linear"
|
||||
name: "Linear"
|
||||
}
|
||||
ListElement {
|
||||
key: "wave"
|
||||
name: "Wave"
|
||||
}
|
||||
}
|
||||
currentKey: Settings.data.audio.visualizerType
|
||||
onSelected: function (key) {
|
||||
|
||||
Reference in New Issue
Block a user