diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-03-01 22:03:50 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-03-03 15:40:42 +0100 |
| commit | bce496b8d13c6a303d8e20ffbf2497cf9e532430 (patch) | |
| tree | 6fbcfddd78d4ac3f7abed58042dedadcf33351e5 /components | |
| parent | 988e2992907459bdba5d421a88e28760eb205557 (diff) | |
| download | monzero-gui-bce496b8d13c6a303d8e20ffbf2497cf9e532430.tar.gz monzero-gui-bce496b8d13c6a303d8e20ffbf2497cf9e532430.tar.xz monzero-gui-bce496b8d13c6a303d8e20ffbf2497cf9e532430.zip | |
confirm daemon running on exit
Diffstat (limited to 'components')
| -rw-r--r-- | components/StandardDialog.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index 03c64a64..3546de24 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -45,6 +45,9 @@ Window { property alias cancelVisible: cancelButton.visible property alias okVisible: okButton.visible property alias textArea: dialogContent + property alias okText: okButton.text + property alias cancelText: cancelButton.text + property var icon // same signals as Dialog has |
