diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-04-03 18:51:55 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-05-05 12:03:03 +0200 |
| commit | 2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9 (patch) | |
| tree | 11b5609216403534b16a6255101d63cb46f348d9 /components/Notifier.qml | |
| parent | da6aad33a4aa58c298f3452206f3bab04ad2b5cb (diff) | |
| download | monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.gz monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.tar.xz monzero-gui-2e53c524a13c4b4ef3cccfc7c7cfc4243144d6f9.zip | |
ios build settings
Diffstat (limited to 'components/Notifier.qml')
| -rw-r--r-- | components/Notifier.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Notifier.qml b/components/Notifier.qml index 8edc71e5..f314a952 100644 --- a/components/Notifier.qml +++ b/components/Notifier.qml @@ -75,6 +75,7 @@ Item { } function show(message) { + item.visible = true item.message = message item.active = true hider.running = true |
