Fix NWidgetCard
This commit is contained in:
parent
017813ab57
commit
2a6ad0819f
7 changed files with 34 additions and 37 deletions
|
|
@ -308,7 +308,7 @@ ColumnLayout {
|
|||
Settings.data.audio.visualizerType = key
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
NComboBox {
|
||||
label: "Frame Rate"
|
||||
description: "Target frame rate for audio visualizer. (default: 60)"
|
||||
|
|
@ -344,8 +344,8 @@ ColumnLayout {
|
|||
}
|
||||
currentKey: Settings.data.audio.cavaFrameRate
|
||||
onSelected: key => {
|
||||
Settings.data.audio.cavaFrameRate = key
|
||||
}
|
||||
Settings.data.audio.cavaFrameRate = key
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue