Restrict adding a server even when the number of servers is zero
This commit is contained in:
@@ -40,7 +40,7 @@ function createTemplate(mainWindow, config, isDev) {
|
||||
}
|
||||
}];
|
||||
|
||||
if (buildConfig.enableServerManagement === true || config.teams.length === 0) {
|
||||
if (buildConfig.enableServerManagement === true) {
|
||||
platformAppMenu.push({
|
||||
label: 'Sign in to Another Server',
|
||||
click() {
|
||||
|
Reference in New Issue
Block a user