fix(@wallet): reset tab view on filter change

fixes #11469
This commit is contained in:
Anthony Laibe 2023-07-13 10:48:26 +02:00 committed by Anthony Laibe
parent f55123ddf1
commit 4c8c7d95d7
1 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,14 @@ Item {
stack.currentIndex = 0;
}
Connections {
target: walletSection
function onFilterChanged() {
root.resetStack()
}
}
QtObject {
id: d
function getBackButtonText(index) {