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:
@@ -22,7 +22,7 @@ ColumnLayout {
|
||||
return settings
|
||||
}
|
||||
|
||||
NCheckbox {
|
||||
NToggle {
|
||||
label: "Use distro logo instead of icon"
|
||||
checked: valueUseDistroLogo
|
||||
onToggled: checked => valueUseDistroLogo = checked
|
||||
|
||||
Reference in New Issue
Block a user