Skip to content

Commit

Permalink
IOS-1749 Turn on the new set settings feature toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-pusya committed Sep 13, 2023
1 parent 66daa4c commit 7ba22ea
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ public extension FeatureDescription {

static let newSetSettings = FeatureDescription(
title: "New Set settings",
type: .feature(author: "joe_pusya@anytype.io", releaseVersion: "0.25.0"),
defaultValue: false,
debugValue: false
type: .feature(author: "joe_pusya@anytype.io", releaseVersion: "0.26.0"),
defaultValue: true
)

// MARK: - Debug
Expand Down

0 comments on commit 7ba22ea

Please sign in to comment.