Skip to content

Commit

Permalink
GUI: Change default QR Code font to embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed May 11, 2024
1 parent fefa5b4 commit 833cf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/optionsmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 833cf3f

Please sign in to comment.