1
0

qml: restore Save button in InvoiceDialog, restore invoice list view, now from menu

This commit is contained in:
Sander van Grieken
2022-10-04 16:33:22 +02:00
parent 6dab3de1f2
commit de83a10c20
3 changed files with 30 additions and 13 deletions

View File

@@ -118,6 +118,10 @@ ApplicationWindow
anchors.fill: parent
initialItem: Qt.resolvedUrl('WalletMainView.qml')
function getRoot() {
return mainStackView.get(0)
}
}
Timer {