From b14c9d0572eeae0fa286e0d2b96474a6f587b18e Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Tue, 11 Jan 2022 01:39:45 +0000 Subject: [PATCH] GUI: Change default QR Code font to embedded --- src/qt/optionsmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index f758fbb8532..6f8c55d0bb0 100644 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -133,7 +133,7 @@ class OptionsModel : public QAbstractListModel BitcoinUnit m_display_bitcoin_unit; QString strThirdPartyTxUrls; FontChoice m_font_money{FontChoiceAbstract::EmbeddedFont}; - FontChoice m_font_qrcodes{FontChoiceAbstract::BestSystemFont}; + FontChoice m_font_qrcodes{FontChoiceAbstract::EmbeddedFont}; bool fCoinControlFeatures; bool m_sub_fee_from_amount; bool m_enable_psbt_controls;