forked from Public/monero-gui
wizard: bug fixes
- property binding loop - wrong transition - html in plaintext
This commit is contained in:
@@ -38,9 +38,11 @@ Rectangle {
|
||||
id: wizardModeSelection1
|
||||
color: "transparent"
|
||||
|
||||
property alias pageHeight: pageRoot.height
|
||||
property string viewName: "wizardModeSelection1"
|
||||
|
||||
ColumnLayout {
|
||||
id: pageRoot
|
||||
Layout.alignment: Qt.AlignHCenter;
|
||||
width: parent.width - 100
|
||||
Layout.fillWidth: true
|
||||
@@ -77,6 +79,7 @@ Rectangle {
|
||||
onMenuClicked: {
|
||||
if(appWindow.persistentSettings.nettype == 0){
|
||||
appWindow.changeWalletMode(0);
|
||||
wizardController.wizardStackView.backTransition = false;
|
||||
wizardController.wizardState = 'wizardModeRemoteNodeWarning';
|
||||
}
|
||||
}
|
||||
@@ -106,6 +109,7 @@ Rectangle {
|
||||
onMenuClicked: {
|
||||
if(appWindow.persistentSettings.nettype == 0){
|
||||
appWindow.changeWalletMode(1);
|
||||
wizardController.wizardStackView.backTransition = false;
|
||||
wizardController.wizardState = 'wizardModeBootstrap';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user