Skip to content

Commit

Permalink
Merge pull request #7385 from thunderbird/change_new_edit_server_sett…
Browse files Browse the repository at this point in the history
…ings_to_default

Change new edit server settings to default
  • Loading branch information
wmontwe authored Nov 28, 2023
2 parents e1c2cf3 + 4426a2a commit 8d4ecbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import app.k9mail.core.featureflag.FeatureFlagKey
class InMemoryFeatureFlagFactory : FeatureFlagFactory {
override fun createFeatureCatalog(): List<FeatureFlag> {
return listOf(
FeatureFlag(FeatureFlagKey("new_account_edit"), false),
FeatureFlag(FeatureFlagKey("new_account_edit"), true),
)
}
}

0 comments on commit 8d4ecbd

Please sign in to comment.