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:
@@ -23,7 +23,7 @@ ColumnLayout {
|
||||
return settings
|
||||
}
|
||||
|
||||
NCheckbox {
|
||||
NToggle {
|
||||
label: "Always show percentage"
|
||||
checked: valueAlwaysShowPercentage
|
||||
onToggled: checked => valueAlwaysShowPercentage = checked
|
||||
|
||||
Reference in New Issue
Block a user