We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bb36a commit b14c9d0Copy full SHA for b14c9d0
src/qt/optionsmodel.h
@@ -133,7 +133,7 @@ class OptionsModel : public QAbstractListModel
133
BitcoinUnit m_display_bitcoin_unit;
134
QString strThirdPartyTxUrls;
135
FontChoice m_font_money{FontChoiceAbstract::EmbeddedFont};
136
- FontChoice m_font_qrcodes{FontChoiceAbstract::BestSystemFont};
+ FontChoice m_font_qrcodes{FontChoiceAbstract::EmbeddedFont};
137
bool fCoinControlFeatures;
138
bool m_sub_fee_from_amount;
139
bool m_enable_psbt_controls;
0 commit comments