|
|
@ -571,9 +571,8 @@ public abstract class ToolBarMenuDock { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//服务平台(仅针对中国大陆)
|
|
|
|
//服务平台(仅针对中国大陆)
|
|
|
|
if (GeneralContext.getLocale().equals(Locale.CHINA)) { |
|
|
|
LocaleCenter.buildAction(() -> shortCuts.add(new ServicePlatformAction()), SupportLocaleImpl.SERVICE_PLATFORM); |
|
|
|
shortCuts.add(new ServicePlatformAction()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shortCuts.add(SeparatorDef.DEFAULT); |
|
|
|
shortCuts.add(SeparatorDef.DEFAULT); |
|
|
|
if (DesignerEnvManager.getEnvManager().isOpenDebug()) { |
|
|
|
if (DesignerEnvManager.getEnvManager().isOpenDebug()) { |
|
|
|