mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
make qr code black (closes #297)
This commit is contained in:
parent
5e382b11dc
commit
11fb36809d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user