mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
wizard: redesign seed page
- move mnemonic seed - restore height into a separate page - pdf template - seed verification - responsive UI - accessibility
This commit is contained in:
@@ -282,7 +282,7 @@ Rectangle {
|
||||
function onCreateWalletFromDeviceCompleted(written){
|
||||
hideProcessingSplash();
|
||||
if(written){
|
||||
wizardStateView.state = "wizardCreateWallet2";
|
||||
wizardStateView.state = "wizardCreateWallet3";
|
||||
} else {
|
||||
errorMsg.text = qsTr("Error writing wallet from hardware device. Check application logs.") + translationManager.emptyString;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user