mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-05 18:39:30 +00:00
Ledger: add firmware upgrade note
This commit is contained in:
parent
7276b25109
commit
669a90bac0
2 changed files with 4 additions and 2 deletions
|
@ -482,7 +482,8 @@ void MainWindow::displayWalletErrorMsg(const QString &err) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (errMsg.contains("SW_CLIENT_NOT_SUPPORTED")) {
|
if (errMsg.contains("SW_CLIENT_NOT_SUPPORTED")) {
|
||||||
errMsg += "\n\nIncompatible version: you may need to upgrade the Monero app on the Ledger device to the latest version.";
|
errMsg += "\n\nIncompatible version: upgrade your Ledger device firmware to the latest version using Ledger Live.\n"
|
||||||
|
"Then upgrade the Monero app for the Ledger device to the latest version.";
|
||||||
}
|
}
|
||||||
else if (errMsg.contains("Wrong Device Status")) {
|
else if (errMsg.contains("Wrong Device Status")) {
|
||||||
errMsg += "\n\nThe device may need to be unlocked.";
|
errMsg += "\n\nThe device may need to be unlocked.";
|
||||||
|
|
|
@ -431,7 +431,8 @@ void WindowManager::displayWalletErrorMessage(const QString &message) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message.contains("SW_CLIENT_NOT_SUPPORTED")) {
|
if (message.contains("SW_CLIENT_NOT_SUPPORTED")) {
|
||||||
errMsg += "\n\nIncompatible version: you may need to upgrade the Monero app on the Ledger device to the latest version.";
|
errMsg += "\n\nIncompatible version: upgrade your Ledger device firmware to the latest version using Ledger Live.\n"
|
||||||
|
"Then upgrade the Monero app for the Ledger device to the latest version.";
|
||||||
}
|
}
|
||||||
else if (message.contains("Wrong Device Status")) {
|
else if (message.contains("Wrong Device Status")) {
|
||||||
errMsg += "\n\nThe device may need to be unlocked.";
|
errMsg += "\n\nThe device may need to be unlocked.";
|
||||||
|
|
Loading…
Reference in a new issue