Skip to content
Snippets Groups Projects
Commit 7921e394 authored by inso's avatar inso
Browse files

Fix rare case where transfer button would be disabled

The refresh quality button does not handle
transfer button. So we have to enable it manually.
parent 04bf31ef
No related branches found
No related tags found
No related merge requests found
......@@ -288,6 +288,7 @@ The publication of this document will remove your identity from the network.</p>
self.button_certification.setEnabled(False)
self.button_send_money.setEnabled(False)
else:
self.button_send_money.setEnabled(True)
self.refresh_quality_buttons()
if self.community.network.quality > 0.66:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment