]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Trezor: fix passphrase splash dialog message
authortobtoht <thotbot@protonmail.com>
Thu, 8 Jul 2021 11:21:09 +0000 (13:21 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 8 Jul 2021 11:21:09 +0000 (13:21 +0200)
src/WindowManager.cpp

index 33dd4cc85b8459e04aea29b909f257d01c08d6e7..cddd7e4bc627773e52b605e8a85ab08f2d002e0b 100644 (file)
@@ -376,6 +376,9 @@ void WindowManager::onDeviceButtonRequest(quint64 code) {
         case 8: // Trezor
             message = "Action required on device: Export watch-only credentials to open the wallet.";
             break;
+        case 19: // Trezor
+            message = "Action required on device: Enter passphrase to open the wallet.";
+            break;
         default:
             message = "Action required on device: Export the view key to open the wallet.";
     }