diff options
| author | xiphon <xiphon@protonmail.com> | 2019-02-12 10:41:33 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-02-12 13:42:22 +0300 |
| commit | f91b38ff536aacde09087474759e3f79675d2be5 (patch) | |
| tree | 1a3ef3b22aad745a2a7444c27664ce9aa18f8220 /main.qml | |
| parent | ed760cfc8271fa9e664bb97f57e5259520e00fb9 (diff) | |
| download | monzero-gui-f91b38ff536aacde09087474759e3f79675d2be5.tar.gz monzero-gui-f91b38ff536aacde09087474759e3f79675d2be5.tar.xz monzero-gui-f91b38ff536aacde09087474759e3f79675d2be5.zip | |
Revert "Bring back paymentID to tranfer page and force hide paymentId on a settings toggle (and reset fields on transfer page)"
This reverts commit 02493be6eb7426b2814d356283c5877e779f1aea.
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1054,7 +1054,7 @@ ApplicationWindow { property bool hideBalance: false property bool lockOnUserInActivity: true property int lockOnUserInActivityInterval: 10 // minutes - property bool showPid: true + property bool showPid: false } // Information dialog |
