Panels: beautifull NRectangleCurved shape - conditionnal with a new settings, default is true.

This commit is contained in:
ItsLemmy
2025-10-30 22:42:12 -04:00
parent 129609ec2c
commit 64dcb0d34e
11 changed files with 346 additions and 35 deletions
@@ -33,6 +33,13 @@ ColumnLayout {
onToggled: checked => Settings.data.ui.tooltipsEnabled = checked
}
NToggle {
label: I18n.tr("settings.user-interface.panels-attached-to-bar.label")
description: I18n.tr("settings.user-interface.panels-attached-to-bar.description")
checked: Settings.data.ui.panelsAttachedToBar
onToggled: checked => Settings.data.ui.panelsAttachedToBar = checked
}
NToggle {
label: I18n.tr("settings.user-interface.panels-overlay.label")
description: I18n.tr("settings.user-interface.panels-overlay.description")