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

@ -52,7 +52,7 @@ ColumnLayout {
}
}
ColumnLayout {
ColumnLayout {
spacing: Style.marginXXS * scaling
Layout.fillWidth: true
@ -105,8 +105,6 @@ ColumnLayout {
checked: Settings.data.appLauncher.useApp2Unit
onToggled: checked => Settings.data.appLauncher.useApp2Unit = checked
}
}
NDivider {