mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
wizard: fix non-existent property backTransition
This commit is contained in:
parent
ff6ce6294b
commit
5f38dbb7dd
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ Rectangle {
|
|||
|
||||
StackView {
|
||||
id: stackView
|
||||
property bool backTransition: false
|
||||
initialItem: wizardStateView.wizardLanguageView
|
||||
anchors.fill: parent
|
||||
clip: true
|
||||
|
|
Loading…
Reference in a new issue