mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
AudioViz: renamed
This commit is contained in:
@@ -83,7 +83,7 @@ NBox {
|
||||
|
||||
Component {
|
||||
id: linearComponent
|
||||
LinearSpectrum {
|
||||
NLinearSpectrum {
|
||||
anchors.fill: parent
|
||||
values: CavaService.values
|
||||
fillColor: Color.mPrimary
|
||||
@@ -93,7 +93,7 @@ NBox {
|
||||
|
||||
Component {
|
||||
id: mirroredComponent
|
||||
MirroredSpectrum {
|
||||
NMirroredSpectrum {
|
||||
anchors.fill: parent
|
||||
values: CavaService.values
|
||||
fillColor: Color.mPrimary
|
||||
@@ -103,7 +103,7 @@ NBox {
|
||||
|
||||
Component {
|
||||
id: waveComponent
|
||||
WaveSpectrum {
|
||||
NWaveSpectrum {
|
||||
anchors.fill: parent
|
||||
values: CavaService.values
|
||||
fillColor: Color.mPrimary
|
||||
|
||||
Reference in New Issue
Block a user