mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-04 20:54:13 -04:00
set default value for showOwnOffersInOfferBook to true
This commit is contained in:
parent
4fef65b841
commit
3cc3d29c1c
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public final class Preferences implements Persistable {
|
|||
private boolean tacAccepted;
|
||||
// Don't remove as we don't want to break old serialized data
|
||||
private boolean useTorForBitcoinJ = false;
|
||||
private boolean showOwnOffersInOfferBook;
|
||||
private boolean showOwnOffersInOfferBook = true;
|
||||
private Locale preferredLocale;
|
||||
private TradeCurrency preferredTradeCurrency;
|
||||
private long nonTradeTxFeePerKB = FeePolicy.getNonTradeFeePerKb().value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue