Skip to content
Snippets Groups Projects
Commit c7545cb4 authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix a few jdenticon bugs

parent d6eeaa1c
No related branches found
No related tags found
No related merge requests found
Pipeline #1793 passed
......@@ -38,7 +38,7 @@ ApplicationWindow {
Avatar {
url: roomSettings.roomAvatarUrl.replace("mxc://", "image://MxcImage/")
roomid: roomSettings.roomid
roomid: roomSettings.roomId
displayName: roomSettings.roomName
height: 130
width: 130
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment