mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
qt: Persist Mask Values option
The mask values option is memory only. If a user has enabled this option, it's reasonable to expect that they would want to have it enabled on the next start.
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
Listen, // bool
|
||||
Server, // bool
|
||||
EnablePSBTControls, // bool
|
||||
MaskValues, // bool
|
||||
OptionIDRowCount,
|
||||
};
|
||||
|
||||
@@ -120,6 +121,7 @@ private:
|
||||
bool fCoinControlFeatures;
|
||||
bool m_sub_fee_from_amount;
|
||||
bool m_enable_psbt_controls;
|
||||
bool m_mask_values;
|
||||
|
||||
//! In-memory settings for display. These are stored persistently by the
|
||||
//! bitcoin node but it's also nice to store them in memory to prevent them
|
||||
|
||||
Reference in New Issue
Block a user