Skip to content

Commit

Permalink
Update css theme property when read from data store
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Dec 9, 2019
1 parent f398117 commit b2c006d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/bisq/core/user/Preferences.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public void readPersisted() {
// set all properties
useAnimationsProperty.set(prefPayload.isUseAnimations());
useStandbyModeProperty.set(prefPayload.isUseStandbyMode());
cssThemeProperty.set(prefPayload.getCssTheme());

tradeCurrenciesAsObservable.addAll(prefPayload.getFiatCurrencies());
tradeCurrenciesAsObservable.addAll(prefPayload.getCryptoCurrencies());
Expand Down

0 comments on commit b2c006d

Please sign in to comment.