mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
GUI: Load custom FontForMoney from QSettings
This commit is contained in:
@@ -129,7 +129,7 @@ private:
|
||||
QString language;
|
||||
BitcoinUnit m_display_bitcoin_unit;
|
||||
QString strThirdPartyTxUrls;
|
||||
FontChoice m_font_money;
|
||||
FontChoice m_font_money{FontChoiceAbstract::EmbeddedFont};
|
||||
bool fCoinControlFeatures;
|
||||
bool m_sub_fee_from_amount;
|
||||
bool m_enable_psbt_controls;
|
||||
@@ -138,6 +138,8 @@ private:
|
||||
/* settings that were overridden by command-line */
|
||||
QString strOverriddenByCommandLine;
|
||||
|
||||
static FontChoice FontChoiceFromString(const QString&);
|
||||
|
||||
// Add option to list of GUI options overridden through command line/config file
|
||||
void addOverriddenOption(const std::string &option);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user