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