Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored Jul 11, 2024
1 parent 718fd0a commit 526e638
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Application/Dopamine/UI/Settings/DOSettingsController.m
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,9 @@ - (id)specifiers
PSSpecifier *pacBypassSpecifier = [PSSpecifier preferenceSpecifierNamed:DOLocalizedString(@"PAC Bypass") target:self set:defSetter get:defGetter detail:nil cell:PSLinkListCell edit:nil];
[pacBypassSpecifier setProperty:@YES forKey:@"enabled"];
DOExploit *preferredPACBypass = exploitManager.preferredPACBypass;
if (!preferredPACBypass) {
if (![[DOEnvironmentManager sharedManager] isArm64e]) {
[pacBypassSpecifier setProperty:@"none" forKey:@"default"];
}
if (![[DOEnvironmentManager sharedManager] isArm64e]) {
[pacBypassSpecifier setProperty:@"none" forkey:@"default"];
}
else {
[pacBypassSpecifier setProperty:preferredPACBypass.identifier forKey:@"default"];
}
Expand Down

0 comments on commit 526e638

Please sign in to comment.