diff options
Diffstat (limited to 'wizard/WizardController.qml')
| -rw-r--r-- | wizard/WizardController.qml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index d192bc8d..28bf3af9 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -82,7 +82,6 @@ Rectangle { property var m_wallet; property alias wizardState: wizardStateView.state - property alias wizardStatePrevious: wizardStateView.previousView property alias wizardStackView: stackView property int wizardSubViewWidth: 780 property int wizardSubViewTopMargin: persistentSettings.customDecorations ? 90 : 32 @@ -148,19 +147,9 @@ Rectangle { property WizardModeBootstrap wizardModeBootstrapView: WizardModeBootstrap {} anchors.fill: parent - signal previousClicked; - color: "transparent" state: '' - onPreviousClicked: { - if (previousView && previousView.viewName != null){ - state = previousView.viewName; - } else { - state = "wizardHome"; - } - } - onCurrentViewChanged: { if (previousView) { if (typeof previousView.onPageClosed === "function") { |
