summary refs log tree commit diff
path: root/resources/qml/Root.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/Root.qml')
-rw-r--r--resources/qml/Root.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml

index f6b26041..2d4f9923 100644 --- a/resources/qml/Root.qml +++ b/resources/qml/Root.qml
@@ -192,8 +192,9 @@ Page { userProfile.show(); } - function onShowImagePackSettings(packlist) { + function onShowImagePackSettings(room, packlist) { var packSet = packSettingsComponent.createObject(timelineRoot, { + "room": room, "packlist": packlist }); packSet.show();