From: tobtoht Date: Thu, 8 Jul 2021 11:21:09 +0000 (+0200) Subject: Trezor: fix passphrase splash dialog message X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=a6946b1665b5a5b26252a9ea8c3c00bcca1fcbf9;p=gamesguru%2Ffeather.git Trezor: fix passphrase splash dialog message --- diff --git a/src/WindowManager.cpp b/src/WindowManager.cpp index 33dd4cc8..cddd7e4b 100644 --- a/src/WindowManager.cpp +++ b/src/WindowManager.cpp @@ -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."; }