diff options
| author | selsta <selsta@sent.at> | 2018-12-27 19:12:40 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2018-12-28 20:06:51 +0100 |
| commit | bb3723414269270c0802326a79f966fb77f43bc0 (patch) | |
| tree | 569af1664a5a04f7c37232aa9b436c2725953d93 /main.qml | |
| parent | 48a267f631c18d3159cccfc551d72cc5aeb0df03 (diff) | |
| download | monzero-gui-bb3723414269270c0802326a79f966fb77f43bc0.tar.gz monzero-gui-bb3723414269270c0802326a79f966fb77f43bc0.tar.xz monzero-gui-bb3723414269270c0802326a79f966fb77f43bc0.zip | |
Transfer: disable long payment ids by default
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1049,6 +1049,7 @@ ApplicationWindow { property bool hideBalance: false property bool lockOnUserInActivity: true property int lockOnUserInActivityInterval: 10 // minutes + property bool showPid: false } // Information dialog |
