Skip to content

Commit

Permalink
Merge pull request #2195 from anyproto/ios-2831-enable-feature-toggles
Browse files Browse the repository at this point in the history
IOS-2831 Enable All content
  • Loading branch information
ignatovv authored Oct 8, 2024
2 parents cd531c9 + 2fb280f commit 27f3f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Anytype/Resources/Strings/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"Favorites" = "Favorites";
"Recent" = "Recent";
"Bin" = "Bin";
"All objects" = "All objects";
"All objects" = "All Objects";

// Settings
"Wallpaper" = "Wallpaper";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ public extension FeatureDescription {
static let allContent = FeatureDescription(
title: "All content",
type: .feature(author: "[email protected]", releaseVersion: "7"),
defaultValue: false,
debugValue: true
defaultValue: true
)

static let spaceHubParallax = FeatureDescription(
Expand Down

0 comments on commit 27f3f1a

Please sign in to comment.