summaryrefslogtreecommitdiffstats
path: root/resources/qml/Root.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/Root.qml')
-rw-r--r--resources/qml/Root.qml16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml
index 063284c1..dd1dfe1e 100644
--- a/resources/qml/Root.qml
+++ b/resources/qml/Root.qml
@@ -79,6 +79,22 @@ Pane {
}
Component {
+ id: plApplyPrompt
+
+ PowerLevelSpacesApplyDialog {
+ }
+ }
+
+ function showSpacePLApplyPrompt(settings, editingModel) {
+ var dialog = plApplyPrompt.createObject(timelineRoot, {
+ "roomSettings": settings,
+ "editingModel": editingModel
+ });
+ dialog.show();
+ destroyOnClose(dialog);
+ }
+
+ Component {
id: plEditor
PowerLevelEditor {