[skip ci] refactor: rename CowExploits to MDC

This commit is contained in:
naturecodevoid
2023-06-04 08:08:48 -07:00
parent 373a73c158
commit 2ff637f62e
7 changed files with 22 additions and 22 deletions

View File

@@ -106,7 +106,7 @@ struct SettingsView: View {
Remove3AppLimitView()
}
#else
if CowExploits.isSupported {
if MDC.isSupported {
NavigationLink(L10n.Remove3AppLimitView.title) {}
.disabled(true)
.alert(isPresented: self.$isShowingMDCPopup) {