1
0

Use icon for tx saving success message

This commit is contained in:
Johann Bauer
2018-02-27 16:54:35 +01:00
parent a821a3504e
commit 540b230c8a
2 changed files with 6 additions and 2 deletions

View File

@@ -3151,7 +3151,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
self.wallet.save_transactions(write=True)
# need to update at least: history_list, utxo_list, address_list
self.need_update.set()
self.show_message(_("Transaction saved successfully"))
self.msg_box(QPixmap(":icons/offline_tx.png"), None, _('Success'), _("Transaction saved successfully"))
return True