assign both containment and containmentInterface

This commit is contained in:
Marco Martin 2020-02-04 18:02:20 +01:00
parent 1f685091ad
commit cb3f9617ce

View file

@ -180,7 +180,7 @@ Item {
if (widgetExplorerStack.source != "") {
widgetExplorerStack.source = "";
} else {
widgetExplorerStack.setSource(desktop.fileFromPackage("explorer", "WidgetExplorer.qml"), {"containment": root.containment})
widgetExplorerStack.setSource(desktop.fileFromPackage("explorer", "WidgetExplorer.qml"), {"containment": containment, "containmentInterface": root.containment})
}
}