From 3c6a1e45d75cd6eeb08eeb167e12d982f25af4ec Mon Sep 17 00:00:00 2001 From: selsta Date: Fri, 20 Dec 2019 06:29:10 +0100 Subject: wizard: fix mode selection back button --- wizard/WizardController.qml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'wizard/WizardController.qml') 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") { -- cgit v1.2.3