mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
c791173c81
connection Closes: #13326
16 lines
331 B
QML
16 lines
331 B
QML
import QtQuick 2.13
|
|
|
|
RightTabBaseView {
|
|
id: root
|
|
|
|
SavedAddresses {
|
|
objectName: "savedAddressesArea"
|
|
width: root.width
|
|
height: root.height - header.height
|
|
|
|
sendModal: root.sendModal
|
|
contactsStore: root.contactsStore
|
|
networkConnectionStore: root.networkConnectionStore
|
|
}
|
|
}
|