forked from Public/monero-gui
Ledger: improve hw wallet splash screen
This commit is contained in:
4
main.qml
4
main.qml
@@ -859,7 +859,9 @@ ApplicationWindow {
|
||||
", priority: ", priority,
|
||||
", description: ", description);
|
||||
|
||||
showProcessingSplash("Creating transaction");
|
||||
var splashMsg = qsTr("Creating transaction...");
|
||||
splashMsg += appWindow.currentWallet.isLedger() ? qsTr("\n\nPlease check your hardware wallet –\nyour input may be required.") : "";
|
||||
showProcessingSplash(splashMsg);
|
||||
|
||||
transactionDescription = description;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user