qt: Make "Create new receiving address" default unconditionally

This change makes this button visually accented, and gives to users a
hint about the primary action.
This commit does not change behavior.
pull/764/head
Hennadii Stepanov 4 years ago
parent 2c0c3f8e8c
commit 4227a8e1f3
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -114,6 +114,12 @@
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/receiving_addresses</normaloff>:/icons/receiving_addresses</iconset>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
<item>

Loading…
Cancel
Save