mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Don't force windowed mode for desktop view
Desktop view must be a normal desktop otherwise the compositor will think it is an application window.
This commit is contained in:
parent
3d5241e736
commit
e65f73d988
1 changed files with 1 additions and 2 deletions
|
|
@ -368,9 +368,8 @@ Item {
|
|||
Component.onCompleted: {
|
||||
//configure the view behavior
|
||||
if (desktop) {
|
||||
desktop.windowType = Shell.Desktop.Window;
|
||||
desktop.width = width;
|
||||
desktop.height = height;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue