mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-22 03:15:52 +01:00
main: get back "Sending transaction ..." splash
This commit is contained in:
parent
96f9c11320
commit
90e9968dcb
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