Skip to content

Commit b14c9d0

Browse files
committed
GUI: Change default QR Code font to embedded
1 parent c3bb36a commit b14c9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/optionsmodel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class OptionsModel : public QAbstractListModel
133133
BitcoinUnit m_display_bitcoin_unit;
134134
QString strThirdPartyTxUrls;
135135
FontChoice m_font_money{FontChoiceAbstract::EmbeddedFont};
136-
FontChoice m_font_qrcodes{FontChoiceAbstract::BestSystemFont};
136+
FontChoice m_font_qrcodes{FontChoiceAbstract::EmbeddedFont};
137137
bool fCoinControlFeatures;
138138
bool m_sub_fee_from_amount;
139139
bool m_enable_psbt_controls;

0 commit comments

Comments
 (0)