diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-02-01 01:07:47 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-02-01 01:07:47 -0600 |
| commit | 666dee9bd8ed25f8fb368226ecbfeb1cc9284cfb (patch) | |
| tree | 9453d6b91c64aea7d4686fcd4974a19673c8e847 /main.qml | |
| parent | 225abb31443d4bde8be9caaf04ac8a8bb830750b (diff) | |
| parent | 02493be6eb7426b2814d356283c5877e779f1aea (diff) | |
| download | monzero-gui-666dee9bd8ed25f8fb368226ecbfeb1cc9284cfb.tar.gz monzero-gui-666dee9bd8ed25f8fb368226ecbfeb1cc9284cfb.tar.xz monzero-gui-666dee9bd8ed25f8fb368226ecbfeb1cc9284cfb.zip | |
Merge pull request #1916
02493be Bring back paymentID to tranfer page and force hide paymentId on a settings toggle (and reset fields on transfer page) (xmrdsc)
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: false + property bool showPid: true } // Information dialog |
