diff options
-rw-r--r-- | src/remoteauth/remoteauthdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteauth/remoteauthdialog.cpp b/src/remoteauth/remoteauthdialog.cpp index 547eb39..7ee045f 100644 --- a/src/remoteauth/remoteauthdialog.cpp +++ b/src/remoteauth/remoteauthdialog.cpp @@ -65,7 +65,7 @@ void RemoteAuthDialog::OnFingerprint(const std::string &fingerprint) { int size = qr.getSize(); const int border = 4; - const auto module_set = "0 0 0"; + const auto module_set = "192 0 255"; const auto module_clr = "255 255 255"; std::ostringstream sb; |