Skip to content

Commit 8c3e6c6

Browse files
Changed "Send" button default status from true to false
Changed the "Send" button's default status from true to false to prevent quirky Windows autofocus behavior.
1 parent e183ea2 commit 8c3e6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/sendcoinsdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@
12351235
<bool>false</bool>
12361236
</property>
12371237
<property name="default">
1238-
<bool>true</bool>
1238+
<bool>false</bool>
12391239
</property>
12401240
</widget>
12411241
</item>

0 commit comments

Comments
 (0)