Autoformatting

This commit is contained in:
LemmyCook 2025-09-07 23:51:31 -04:00
parent 99d9dbe218
commit dda0266798
2 changed files with 56 additions and 63 deletions

View file

@ -104,7 +104,6 @@ ColumnLayout {
} }
} }
// Main Toggles - Dark Mode / Matugen // Main Toggles - Dark Mode / Matugen
ColumnLayout { ColumnLayout {
spacing: Style.marginL * scaling spacing: Style.marginL * scaling
@ -324,10 +323,6 @@ ColumnLayout {
} }
} }
NDivider { NDivider {
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: Style.marginXL * scaling Layout.topMargin: Style.marginXL * scaling

View file

@ -105,8 +105,6 @@ ColumnLayout {
checked: Settings.data.appLauncher.useApp2Unit checked: Settings.data.appLauncher.useApp2Unit
onToggled: checked => Settings.data.appLauncher.useApp2Unit = checked onToggled: checked => Settings.data.appLauncher.useApp2Unit = checked
} }
} }
NDivider { NDivider {