mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 23:33:29 +01:00
fix: rename allowDevModeOnlyFeatures to inDevMode and simplify dummy filtering
This commit is contained in:
@@ -138,7 +138,7 @@ struct DevModeMenu: View {
|
||||
|
||||
NavigationLink(L10n.UnstableFeaturesView.title) {
|
||||
#if UNSTABLE
|
||||
UnstableFeaturesView(allowDevModeOnlyFeatures: true)
|
||||
UnstableFeaturesView(inDevMode: true)
|
||||
#endif
|
||||
}
|
||||
#if !UNSTABLE
|
||||
|
||||
Reference in New Issue
Block a user