mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
WidgetSettings: replaced all checkboxes by the usual toggles.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user