mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 14:33:08 +00:00
panel: Ensure panel is not floating
This commit is contained in:
parent
a6fd7ef82b
commit
c7c44107a6
1 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,11 @@ ContainmentItem {
|
|||
|
||||
// filled in by the shell (Panel.qml) with the plasma-workspace PanelView
|
||||
property var panel: null
|
||||
onPanelChanged: {
|
||||
if (panel) {
|
||||
panel.floating = false;
|
||||
}
|
||||
}
|
||||
|
||||
// only opaque if there are no maximized windows on this screen
|
||||
readonly property bool showingApp: WindowPlugin.WindowMaximizedTracker.showingWindow
|
||||
|
|
|
|||
Loading…
Reference in a new issue