From fbf992b5da67c9858feec56e72ebdd530aa3c092 Mon Sep 17 00:00:00 2001 From: stepanokdev <100592747+Stepanokdev@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:15:41 +0300 Subject: [PATCH] Update Config.swift change whatsNewEnabled to false --- Core/Core/Configuration/Config.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Core/Configuration/Config.swift b/Core/Core/Configuration/Config.swift index f67b96adf..4988bebce 100644 --- a/Core/Core/Configuration/Config.swift +++ b/Core/Core/Configuration/Config.swift @@ -22,7 +22,7 @@ public class Config { public let feedbackEmail = "support@example.com" - public let whatsNewEnabled: Bool = true + public let whatsNewEnabled: Bool = false public init(baseURL: String, oAuthClientId: String) { guard let url = URL(string: baseURL) else {