mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-05 13:57:36 +00:00
Fix: UserInterfaceTab accessing a non existing setting.
This commit is contained in:
@@ -158,8 +158,8 @@ ColumnLayout {
|
||||
visible: (Quickshell.screens.length > 1)
|
||||
label: I18n.tr("settings.user-interface.allow-panels-without-bar.label")
|
||||
description: I18n.tr("settings.user-interface.allow-panels-without-bar.description")
|
||||
checked: Settings.data.ui.allowPanelsOnScreenWithoutBar
|
||||
onToggled: checked => Settings.data.ui.allowPanelsOnScreenWithoutBar = checked
|
||||
checked: Settings.data.general.allowPanelsOnScreenWithoutBar
|
||||
onToggled: checked => Settings.data.general.allowPanelsOnScreenWithoutBar = checked
|
||||
}
|
||||
|
||||
NDivider {
|
||||
|
||||
Reference in New Issue
Block a user