diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-10-23 19:49:57 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-10-23 20:35:17 +0200 |
| commit | 80618c83fdda34c80be81a1fe950a53466b8e596 (patch) | |
| tree | 8d4d80e0e965e567f3661d59794382bdeeca12ee /wizard/WizardWelcome.qml | |
| parent | ea49e842159b6de5144b0daaf44e37a093817fbe (diff) | |
| download | monzero-gui-80618c83fdda34c80be81a1fe950a53466b8e596.tar.gz monzero-gui-80618c83fdda34c80be81a1fe950a53466b8e596.tar.xz monzero-gui-80618c83fdda34c80be81a1fe950a53466b8e596.zip | |
wizard: reworked testnet settings
Diffstat (limited to 'wizard/WizardWelcome.qml')
| -rw-r--r-- | wizard/WizardWelcome.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/wizard/WizardWelcome.qml b/wizard/WizardWelcome.qml index 715a7024..8b440092 100644 --- a/wizard/WizardWelcome.qml +++ b/wizard/WizardWelcome.qml @@ -39,12 +39,6 @@ ColumnLayout { NumberAnimation { duration: 100; easing.type: Easing.InQuad } } - QtObject { - id: d - readonly property string daemonAddressTestnet : "localhost:38018"; - readonly property string daemonAddressMainnet : "localhost:18018"; - } - onOpacityChanged: visible = opacity !== 0 function onPageClosed(settingsObject) { |
