parent
f55123ddf1
commit
4c8c7d95d7
|
@ -33,6 +33,14 @@ Item {
|
|||
stack.currentIndex = 0;
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: walletSection
|
||||
|
||||
function onFilterChanged() {
|
||||
root.resetStack()
|
||||
}
|
||||
}
|
||||
|
||||
QtObject {
|
||||
id: d
|
||||
function getBackButtonText(index) {
|
||||
|
|
Loading…
Reference in New Issue