mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Update css theme property when read from data store
This commit is contained in:
parent
f398117147
commit
b2c006d4a3
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ public final class Preferences implements PersistedDataHost, BridgeAddressProvid
|
|||
// set all properties
|
||||
useAnimationsProperty.set(prefPayload.isUseAnimations());
|
||||
useStandbyModeProperty.set(prefPayload.isUseStandbyMode());
|
||||
cssThemeProperty.set(prefPayload.getCssTheme());
|
||||
|
||||
tradeCurrenciesAsObservable.addAll(prefPayload.getFiatCurrencies());
|
||||
tradeCurrenciesAsObservable.addAll(prefPayload.getCryptoCurrencies());
|
||||
|
|
Loading…
Add table
Reference in a new issue