mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-09 20:39:58 +00:00
Ledger: add link to udev rules
This commit is contained in:
parent
23d1ff2c78
commit
afd29c81fc
1 changed files with 4 additions and 0 deletions
|
@ -263,6 +263,10 @@ void WindowManager::displayWalletErrorMessage(const QString &message) {
|
||||||
}
|
}
|
||||||
if (message.contains("Unable to open device")) {
|
if (message.contains("Unable to open device")) {
|
||||||
errMsg += "\n\nThe device might be in use by a different application.";
|
errMsg += "\n\nThe device might be in use by a different application.";
|
||||||
|
#if defined(Q_OS_LINUX)
|
||||||
|
errMsg += "\n\nNote: On Linux you may need to follow the instructions in the link below before the device can be opened:\n"
|
||||||
|
"<a>https://support.ledger.com/hc/en-us/articles/115005165269-Fix-connection-issues</a>";
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (message.contains("SW_CLIENT_NOT_SUPPORTED")) {
|
if (message.contains("SW_CLIENT_NOT_SUPPORTED")) {
|
||||||
|
|
Loading…
Reference in a new issue