Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Sep 17, 2024
1 parent 08bc1b3 commit 20a96ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public enum dydxSettingsStoreKey: String, CaseIterable {
case .language: return DataLocalizer.shared?.language
case .v4Theme: return dydxThemeType.classicDark.rawValue
case .directionColorPreference: return "green_is_up"
case .shouldDisplayInAppNotifications: return false
case .shouldDisplayInAppNotifications: return true
case .gasToken: return "USDC"
case .hidePredictionMarketsNoticeKey: return true
case .hidePredictionMarketsNoticeKey: return false
}
}
}
Expand Down

0 comments on commit 20a96ca

Please sign in to comment.