Fix a few jdenticon bugs

pull/726/head
Joseph Donofry 3 years ago
parent d6eeaa1c04
commit c7545cb455
  1. 2
      resources/qml/RoomSettings.qml
  2. 3
      resources/qml/dialogs/ImagePackSettingsDialog.qml

@ -38,7 +38,7 @@ ApplicationWindow {
Avatar { Avatar {
url: roomSettings.roomAvatarUrl.replace("mxc://", "image://MxcImage/") url: roomSettings.roomAvatarUrl.replace("mxc://", "image://MxcImage/")
roomid: roomSettings.roomid roomid: roomSettings.roomId
displayName: roomSettings.roomName displayName: roomSettings.roomName
height: 130 height: 130
width: 130 width: 130

@ -101,6 +101,7 @@ ApplicationWindow {
required property string displayName required property string displayName
required property bool fromAccountData required property bool fromAccountData
required property bool fromCurrentRoom required property bool fromCurrentRoom
required property string statekey
title: displayName title: displayName
subtitle: { subtitle: {
@ -112,7 +113,7 @@ ApplicationWindow {
return qsTr("Globally enabled pack"); return qsTr("Globally enabled pack");
} }
selectedIndex: currentPackIndex selectedIndex: currentPackIndex
roomid: currentPack.statekey roomid: statekey
TapHandler { TapHandler {
onSingleTapped: currentPackIndex = index onSingleTapped: currentPackIndex = index

Loading…
Cancel
Save