mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-21 12:44:14 +01:00
Merge pull request #3267
90e9968d
main: get back "Sending transaction ..." splash (xiphon)
This commit is contained in:
commit
df771470c2
2
main.qml
2
main.qml
@ -952,10 +952,12 @@ ApplicationWindow {
|
||||
// Store to file
|
||||
transaction.setFilename(path);
|
||||
}
|
||||
appWindow.showProcessingSplash(qsTr("Sending transaction ..."));
|
||||
currentWallet.commitTransactionAsync(transaction);
|
||||
}
|
||||
|
||||
function onTransactionCommitted(success, transaction, txid) {
|
||||
hideProcessingSplash();
|
||||
if (!success) {
|
||||
console.log("Error committing transaction: " + transaction.errorString);
|
||||
informationPopup.title = qsTr("Error") + translationManager.emptyString
|
||||
|
Loading…
Reference in New Issue
Block a user