diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-09-04 20:54:02 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-09-11 19:35:31 -0400 |
commit | 17729ce662528be1949b3157513d9c4a1db987de (patch) | |
tree | 55045f09013c110909836692560f5d9b64040a46 /resources/qml/dialogs/ImagePackSettingsDialog.qml | |
parent | Use more descriptive property name (diff) | |
download | nheko-17729ce662528be1949b3157513d9c4a1db987de.tar.xz |
Fix jdenticons in various places
Diffstat (limited to 'resources/qml/dialogs/ImagePackSettingsDialog.qml')
-rw-r--r-- | resources/qml/dialogs/ImagePackSettingsDialog.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/qml/dialogs/ImagePackSettingsDialog.qml b/resources/qml/dialogs/ImagePackSettingsDialog.qml index 4cc7bcd3..4aee4a78 100644 --- a/resources/qml/dialogs/ImagePackSettingsDialog.qml +++ b/resources/qml/dialogs/ImagePackSettingsDialog.qml @@ -112,7 +112,7 @@ ApplicationWindow { return qsTr("Globally enabled pack"); } selectedIndex: currentPackIndex - roomid: currentPack.roomid + userid: displayName TapHandler { onSingleTapped: currentPackIndex = index @@ -144,6 +144,7 @@ ApplicationWindow { Avatar { url: packinfo.avatarUrl.replace("mxc://", "image://MxcImage/") displayName: packinfo.packName + userid: packinfo.packName height: 100 width: 100 Layout.alignment: Qt.AlignHCenter |