Comments cleanup

This commit is contained in:
ItsLemmy
2025-10-31 22:53:03 -04:00
parent 8a4ca8927f
commit c59049a05c
+1 -2
View File
@@ -116,12 +116,11 @@ Item {
const nextIndex = (currentIndex + 1) % types.length
const newType = types[nextIndex]
// Update settings directly
// Update settings directly, maybe this should be a widget setting...
Settings.data.audio.visualizerType = newType
}
}
// No imperative activation needed; bound to shouldShow
Component {
id: linearComponent
LinearSpectrum {