mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-01-12 17:52:30 +08:00
close #39
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user