From 2fb280ff1e6dc3f0c8532d614c9d47947d03f95f Mon Sep 17 00:00:00 2001 From: Vova Ignatov Date: Tue, 8 Oct 2024 14:36:13 +0100 Subject: [PATCH] IOS-2831 Enable All content --- Anytype/Resources/Strings/en.lproj/Localizable.strings | 2 +- .../Utils/FeatureFlags/FeatureDescription+Flags.swift | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Anytype/Resources/Strings/en.lproj/Localizable.strings b/Anytype/Resources/Strings/en.lproj/Localizable.strings index 5f6fb61fb4..db05f55af9 100644 --- a/Anytype/Resources/Strings/en.lproj/Localizable.strings +++ b/Anytype/Resources/Strings/en.lproj/Localizable.strings @@ -211,7 +211,7 @@ "Favorites" = "Favorites"; "Recent" = "Recent"; "Bin" = "Bin"; -"All objects" = "All objects"; +"All objects" = "All Objects"; // Settings "Wallpaper" = "Wallpaper"; diff --git a/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift b/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift index 3e92225145..608a4ad0bc 100644 --- a/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift +++ b/Modules/AnytypeCore/AnytypeCore/Utils/FeatureFlags/FeatureDescription+Flags.swift @@ -46,8 +46,7 @@ public extension FeatureDescription { static let allContent = FeatureDescription( title: "All content", type: .feature(author: "joe_pusya@anytype.io", releaseVersion: "7"), - defaultValue: false, - debugValue: true + defaultValue: true ) static let spaceHubParallax = FeatureDescription(