This commit is contained in:
clowwindy
2014-07-10 20:56:53 +08:00
parent 2cd766cc6b
commit cf485148bd

View File

@@ -273,13 +273,11 @@ void onPACChange(
}
- (void)initializeProxy {
/*
runningMode = [self runningMode];
id isRunningObject = [[NSUserDefaults standardUserDefaults] objectForKey:kShadowsocksIsRunningKey];
if ((isRunningObject == nil) || [isRunningObject boolValue]) {
[self enableAutoProxy];
}*/
isRunning = YES;
[self enableAutoProxy];
[self toggleSystemProxy:YES];
}
[self updateMenu];
}