Skip to content

Commit 575a4f6

Browse files
author
Momo Ozawa
committed
Update: enable Quick Start for existing users feature flag
1 parent 63f01a7 commit 575a4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag {
8888
case .siteName:
8989
return true
9090
case .quickStartForExistingUsers:
91-
return BuildConfiguration.current == .localDeveloper
91+
return true
9292
}
9393
}
9494

0 commit comments

Comments
 (0)