Audio/VolumeSubTab: removed ending NDivider

This commit is contained in:
Lemmy
2026-01-14 21:13:19 -05:00
parent bf52ee55e6
commit 74e48d731f
@@ -141,8 +141,4 @@ ColumnLayout {
onToggled: checked => Settings.data.audio.volumeOverdrive = checked
}
}
NDivider {
Layout.fillWidth: true
}
}