Bugfix: update config path at launch

This commit is contained in:
yicheng 2018-12-01 18:22:36 +08:00
parent c1da89c120
commit 2ded919f64

View File

@ -60,7 +60,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
setupData()
setupDashboard()
startProxy()
actionUpdateConfig(self)
updateLoggingLevel()
ConfigFileFactory.checkFinalRuleAndShowAlert()
}