1
0
This commit is contained in:
Sander van Grieken
2022-04-22 12:16:57 +02:00
parent 8a3aff73fc
commit cd4bd39583
8 changed files with 464 additions and 26 deletions

View File

@@ -100,24 +100,33 @@ Item {
currentIndex: tabbar.currentIndex
Item {
Receive {
id: receive
Loader {
anchors.fill: parent
Receive {
id: receive
anchors.fill: parent
}
}
}
Item {
History {
id: history
Loader {
anchors.fill: parent
History {
id: history
anchors.fill: parent
}
}
}
Item {
enabled: !Daemon.currentWallet.isWatchOnly
Send {
Loader {
anchors.fill: parent
Send {
anchors.fill: parent
}
}
}