parent
d12aaec87e
commit
7037df9da0
|
@ -291,7 +291,7 @@ ModalPopup {
|
||||||
StatusImageIdenticon {
|
StatusImageIdenticon {
|
||||||
id: identicon
|
id: identicon
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
source: appMain.getProfileImage(model.publicKey)|| model.identicon
|
source: appMain.getProfileImage(model.publicKey) || model.identicon
|
||||||
}
|
}
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
|
|
|
@ -2,13 +2,13 @@ import QtQuick 2.13
|
||||||
import QtQuick.Controls 2.13
|
import QtQuick.Controls 2.13
|
||||||
import QtQuick.Layouts 1.13
|
import QtQuick.Layouts 1.13
|
||||||
import Qt.labs.platform 1.1
|
import Qt.labs.platform 1.1
|
||||||
import "../../../../shared"
|
|
||||||
import "../../../../shared/popups"
|
|
||||||
|
|
||||||
import utils 1.0
|
import utils 1.0
|
||||||
|
|
||||||
import StatusQ.Popups 0.1
|
import StatusQ.Popups 0.1
|
||||||
|
|
||||||
|
import "../../../../shared/popups"
|
||||||
|
import "../popups"
|
||||||
|
|
||||||
StatusPopupMenu {
|
StatusPopupMenu {
|
||||||
|
|
||||||
property var chatItem
|
property var chatItem
|
||||||
|
|
Loading…
Reference in New Issue