diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-09-23 00:05:20 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-09-23 00:11:19 +0300 |
| commit | e287ce88bc6bed5f3d70ce3ee7e3f7287228798c (patch) | |
| tree | f0c76f98e43dcda3d62b7d5db8eb7536c3c37f70 /wizard/WizardCreateWallet.qml | |
| parent | 3abee20196f1eae58268b5eebb85d952ebc78200 (diff) | |
| download | monzero-gui-e287ce88bc6bed5f3d70ce3ee7e3f7287228798c.tar.gz monzero-gui-e287ce88bc6bed5f3d70ce3ee7e3f7287228798c.tar.xz monzero-gui-e287ce88bc6bed5f3d70ce3ee7e3f7287228798c.zip | |
Wizard: setup testnet/daemon address
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
| -rw-r--r-- | wizard/WizardCreateWallet.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml index 43b8158f..f0344a94 100644 --- a/wizard/WizardCreateWallet.qml +++ b/wizard/WizardCreateWallet.qml @@ -39,6 +39,7 @@ Item { NumberAnimation { duration: 100; easing.type: Easing.InQuad } } + onOpacityChanged: visible = opacity !== 0 //! function called each time we display this page |
