make qr code black (closes #297)

This commit is contained in:
ouwou 2024-05-14 01:25:42 -04:00
parent 5e382b11dc
commit 11fb36809d

View File

@ -75,7 +75,7 @@ void RemoteAuthDialog::OnFingerprint(const std::string &fingerprint) {
int size = qr.getSize(); int size = qr.getSize();
const int border = 4; 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"; const auto module_clr = "255 255 255";
std::ostringstream sb; std::ostringstream sb;