mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 08:13:26 +01:00
[skip ci] refactor: rename CowExploits to MDC
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user