fix: rename allowDevModeOnlyFeatures to inDevMode and simplify dummy filtering

This commit is contained in:
naturecodevoid
2023-05-20 14:35:29 -07:00
parent 5709229fdf
commit e2c5267d3f
3 changed files with 5 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ struct SettingsView: View {
#if UNSTABLE
NavigationLink(L10n.UnstableFeaturesView.title) {
UnstableFeaturesView(allowDevModeOnlyFeatures: false)
UnstableFeaturesView(inDevMode: false)
}
#endif