mirror of
https://github.com/celisej567/abaddon.git
synced 2026-01-04 10:10:03 +03:00
use another color for qr code cuz im special
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user