Settings: add panels overlay setting toggle un UI tab

This commit is contained in:
Damian D'Souza
2025-10-20 22:10:58 +02:00
parent 47bb77f103
commit b6c95b8ed5
7 changed files with 32 additions and 1 deletions
@@ -40,6 +40,13 @@ ColumnLayout {
onToggled: checked => Settings.data.general.compactLockScreen = checked
}
NToggle {
label: I18n.tr("settings.user-interface.panels-overlay.label")
description: I18n.tr("settings.user-interface.panels-overlay.description")
checked: Settings.data.ui.panelsOverlayLayer
onToggled: checked => Settings.data.ui.panelsOverlayLayer = checked
}
NDivider {
Layout.fillWidth: true
Layout.topMargin: Style.marginL