WidgetSettings: replaced all checkboxes by the usual toggles.

This commit is contained in:
LemmyCook 2025-09-07 23:51:09 -04:00
parent 89c7f05782
commit 99d9dbe218
10 changed files with 18 additions and 18 deletions

View file

@ -23,7 +23,7 @@ ColumnLayout {
return settings
}
NCheckbox {
NToggle {
label: "Always show percentage"
checked: valueAlwaysShowPercentage
onToggled: checked => valueAlwaysShowPercentage = checked