summary refs log tree commit diff
path: root/resources/qml/dialogs
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-08-31 21:53:12 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-09-11 19:35:31 -0400
commit3a86d44c1ebe2181dd274d0f9d72723c82ed205a (patch)
tree3dd69799e196c00ee887e38ee5bfc5b31790c753 /resources/qml/dialogs
parentmake lint (diff)
downloadnheko-3a86d44c1ebe2181dd274d0f9d72723c82ed205a.tar.xz
Finish getting all avatars jdenticonified
Diffstat (limited to 'resources/qml/dialogs')
-rw-r--r--resources/qml/dialogs/ImagePackEditorDialog.qml1
-rw-r--r--resources/qml/dialogs/ImagePackSettingsDialog.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/dialogs/ImagePackEditorDialog.qml b/resources/qml/dialogs/ImagePackEditorDialog.qml

index e78213e0..9125e560 100644 --- a/resources/qml/dialogs/ImagePackEditorDialog.qml +++ b/resources/qml/dialogs/ImagePackEditorDialog.qml
@@ -111,6 +111,7 @@ ApplicationWindow { title: shortCode subtitle: body avatarUrl: url + roomid: imagePack.roomid selectedIndex: currentImageIndex crop: false diff --git a/resources/qml/dialogs/ImagePackSettingsDialog.qml b/resources/qml/dialogs/ImagePackSettingsDialog.qml
index b217abdd..4cc7bcd3 100644 --- a/resources/qml/dialogs/ImagePackSettingsDialog.qml +++ b/resources/qml/dialogs/ImagePackSettingsDialog.qml
@@ -112,6 +112,7 @@ ApplicationWindow { return qsTr("Globally enabled pack"); } selectedIndex: currentPackIndex + roomid: currentPack.roomid TapHandler { onSingleTapped: currentPackIndex = index