Added NCheckbox and used it for Matugen templates

NCheckbox: Added
ColorSchemeTab: replace NToggle with NCheckbox
This commit is contained in:
Ly-sec 2025-08-28 14:00:29 +02:00
parent a6848be4c2
commit f10280c8bb
3 changed files with 80 additions and 6 deletions

View file

@ -330,5 +330,6 @@ ColumnLayout {
Layout.fillWidth: true
Layout.topMargin: Style.marginXL * scaling
Layout.bottomMargin: Style.marginXL * scaling
visible: Settings.data.nightLight.enabled
}
}