mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
set default value for showOwnOffersInOfferBook to true
This commit is contained in:
parent
4fef65b841
commit
3cc3d29c1c
@ -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…
Reference in New Issue
Block a user