WidgetSettings: replaced all checkboxes by the usual toggles.
This commit is contained in:
parent
89c7f05782
commit
99d9dbe218
10 changed files with 18 additions and 18 deletions
|
|
@ -26,13 +26,13 @@ ColumnLayout {
|
|||
return settings
|
||||
}
|
||||
|
||||
NCheckbox {
|
||||
NToggle {
|
||||
label: "Show album art"
|
||||
checked: valueShowAlbumArt
|
||||
onToggled: checked => valueShowAlbumArt = checked
|
||||
}
|
||||
|
||||
NCheckbox {
|
||||
NToggle {
|
||||
label: "Show visualizer"
|
||||
checked: valueShowVisualizer
|
||||
onToggled: checked => valueShowVisualizer = checked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue