mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 00:03:27 +01:00
fix: rename allowDevModeOnlyFeatures to inDevMode and simplify dummy filtering
This commit is contained in:
@@ -173,7 +173,7 @@ struct SettingsView: View {
|
||||
|
||||
#if UNSTABLE
|
||||
NavigationLink(L10n.UnstableFeaturesView.title) {
|
||||
UnstableFeaturesView(allowDevModeOnlyFeatures: false)
|
||||
UnstableFeaturesView(inDevMode: false)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user