diff --git a/ShadowsocksX-NG/AppDelegate.swift b/ShadowsocksX-NG/AppDelegate.swift index 200f82b..3413116 100755 --- a/ShadowsocksX-NG/AppDelegate.swift +++ b/ShadowsocksX-NG/AppDelegate.swift @@ -481,6 +481,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele spMgr.setActiveProfiledId(newProfile.uuid) updateServersMenu() SyncSSLocal() + applyConfig() } updateRunningModeMenu() }