From 11fb36809d6ea4d6d1328149e995435f56466c2f Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 14 May 2024 01:25:42 -0400 Subject: [PATCH] make qr code black (closes #297) --- src/remoteauth/remoteauthdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remoteauth/remoteauthdialog.cpp b/src/remoteauth/remoteauthdialog.cpp index aa0cf38..d6df926 100644 --- a/src/remoteauth/remoteauthdialog.cpp +++ b/src/remoteauth/remoteauthdialog.cpp @@ -75,7 +75,7 @@ void RemoteAuthDialog::OnFingerprint(const std::string &fingerprint) { int size = qr.getSize(); const int border = 4; - const auto module_set = "192 0 255"; + const auto module_set = "0 0 0"; const auto module_clr = "255 255 255"; std::ostringstream sb;