AudioViz: renamed

This commit is contained in:
ItsLemmy
2025-11-06 20:38:07 -05:00
parent ddef70d9b0
commit c155be7f40
7 changed files with 12 additions and 12 deletions
@@ -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