mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +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,7 +368,6 @@ Item {
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
//configure the view behavior
|
//configure the view behavior
|
||||||
if (desktop) {
|
if (desktop) {
|
||||||
desktop.windowType = Shell.Desktop.Window;
|
|
||||||
desktop.width = width;
|
desktop.width = width;
|
||||||
desktop.height = height;
|
desktop.height = height;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue