mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-13 16:53:29 +01:00
feat: view to enable/disable Unstable Features
This commit is contained in:
@@ -136,6 +136,15 @@ struct DevModeMenu: View {
|
||||
LCManager.shared.isVisible = value
|
||||
}
|
||||
|
||||
NavigationLink(L10n.UnstableFeaturesView.title) {
|
||||
#if UNSTABLE
|
||||
UnstableFeaturesView(allowDevModeOnlyFeatures: true)
|
||||
#endif
|
||||
}
|
||||
#if !UNSTABLE
|
||||
.disabled(true)
|
||||
#endif
|
||||
|
||||
NavigationLink(L10n.DevModeView.dataExplorer) {
|
||||
FileExplorer.normal(url: FileManager.default.altstoreSharedDirectory)
|
||||
.navigationTitle(L10n.DevModeView.dataExplorer)
|
||||
|
||||
Reference in New Issue
Block a user