mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
take files from the kpackage
This commit is contained in:
parent
e1d7844b82
commit
38b2f688bb
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ Item {
|
||||||
if (widgetExplorerStack.source != "") {
|
if (widgetExplorerStack.source != "") {
|
||||||
widgetExplorerStack.source = "";
|
widgetExplorerStack.source = "";
|
||||||
} else {
|
} else {
|
||||||
widgetExplorerStack.setSource(Qt.resolvedUrl("../explorer/WidgetExplorer.qml"), {"containment": containment})
|
widgetExplorerStack.setSource(desktop.fileFromPackage("explorer", "WidgetExplorer.qml"), {"containment": root.containment})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue