mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Bar/Panels: no longer forcing detach when transparent bar is on, it's now up to the user to decide.
This commit is contained in:
@@ -747,7 +747,7 @@ Item {
|
||||
return Settings.data.ui.panelsAttachedToBar || root.forceAttachToBar;
|
||||
}
|
||||
readonly property bool allowAttachToBar: {
|
||||
if (!(Settings.data.ui.panelsAttachedToBar || root.forceAttachToBar) || Settings.data.bar.transparent) {
|
||||
if (!(Settings.data.ui.panelsAttachedToBar || root.forceAttachToBar)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user