summaryrefslogtreecommitdiffstats
path: root/examples/wayland/server-side-decoration/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/server-side-decoration/main.qml')
-rw-r--r--examples/wayland/server-side-decoration/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wayland/server-side-decoration/main.qml b/examples/wayland/server-side-decoration/main.qml
index 5847ce411..4639ddcfd 100644
--- a/examples/wayland/server-side-decoration/main.qml
+++ b/examples/wayland/server-side-decoration/main.qml
@@ -96,7 +96,6 @@ WaylandCompositor {
ShellSurfaceItem {
id: shellSurfaceItem
moveItem: parent
- autoCreatePopupItems: true
shellSurface: modelData
onSurfaceDestroyed: shellSurfaces.remove(index)
}