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

@@ -138,7 +138,7 @@ struct DevModeMenu: View {
NavigationLink(L10n.UnstableFeaturesView.title) {
#if UNSTABLE
UnstableFeaturesView(allowDevModeOnlyFeatures: true)
UnstableFeaturesView(inDevMode: true)
#endif
}
#if !UNSTABLE