Sync server name menu when server preference changed.

This commit is contained in:
Nobel
2016-12-05 10:46:51 +08:00
parent cc342df5b5
commit 37e157b024

View File

@ -95,6 +95,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
}
}
self.updateServersMenu()
self.updateRunningModeMenu()
SyncSSLocal()
}
)