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;