mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
assign both containment and containmentInterface
This commit is contained in:
parent
1f685091ad
commit
cb3f9617ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue