From c7545cb455fb89a360c0da18cfc54f39168dcfcc Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Tue, 14 Sep 2021 18:39:57 -0400 Subject: Fix a few jdenticon bugs --- resources/qml/dialogs/ImagePackSettingsDialog.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/qml/dialogs/ImagePackSettingsDialog.qml') diff --git a/resources/qml/dialogs/ImagePackSettingsDialog.qml b/resources/qml/dialogs/ImagePackSettingsDialog.qml index ca09ff27..e48040c1 100644 --- a/resources/qml/dialogs/ImagePackSettingsDialog.qml +++ b/resources/qml/dialogs/ImagePackSettingsDialog.qml @@ -101,6 +101,7 @@ ApplicationWindow { required property string displayName required property bool fromAccountData required property bool fromCurrentRoom + required property string statekey title: displayName subtitle: { @@ -112,7 +113,7 @@ ApplicationWindow { return qsTr("Globally enabled pack"); } selectedIndex: currentPackIndex - roomid: currentPack.statekey + roomid: statekey TapHandler { onSingleTapped: currentPackIndex = index -- cgit 1.5.1