mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 01:36:50 +00:00
Comments cleanup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user