mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 01:03:27 +01:00
feat: MDC (and update generated localizations and project file)
This commit is contained in:
@@ -205,6 +205,17 @@ struct DevModeMenu: View {
|
||||
} footer: {
|
||||
Text(L10n.DevModeView.Signing.footer)
|
||||
}
|
||||
|
||||
#if MDC
|
||||
Section {
|
||||
SwiftUI.Button(action: {
|
||||
UserDefaults.shared.lastInstalldPatchBootTime = nil
|
||||
UIApplication.alert(title: L10n.Action.success)
|
||||
}, label: { Text(L10n.DevModeView.Mdc.fakeUndo3AppLimitPatch) }).foregroundColor(.red)
|
||||
} header: {
|
||||
Text(L10n.DevModeView.Mdc.header)
|
||||
}
|
||||
#endif
|
||||
}
|
||||
.navigationTitle(L10n.DevModeView.title)
|
||||
.enableInjection()
|
||||
|
||||
Reference in New Issue
Block a user