From 20a96cad1d9a6deaa83c7dd386c1569b2bd339c3 Mon Sep 17 00:00:00 2001 From: Rui Date: Tue, 17 Sep 2024 11:29:53 -0700 Subject: [PATCH] Clean up --- .../dydxPresenters/_v4/KeyValueStoreProtocolStore+Ext.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dydx/dydxPresenters/dydxPresenters/_v4/KeyValueStoreProtocolStore+Ext.swift b/dydx/dydxPresenters/dydxPresenters/_v4/KeyValueStoreProtocolStore+Ext.swift index 068c7bfab..2255a096e 100644 --- a/dydx/dydxPresenters/dydxPresenters/_v4/KeyValueStoreProtocolStore+Ext.swift +++ b/dydx/dydxPresenters/dydxPresenters/_v4/KeyValueStoreProtocolStore+Ext.swift @@ -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 } } }