|
|
@ -572,8 +572,8 @@ public abstract class ToolBarMenuDock { |
|
|
|
if (AlphaFineConfigManager.isALPHALicAvailable()) { |
|
|
|
if (AlphaFineConfigManager.isALPHALicAvailable()) { |
|
|
|
shortCuts.add(new AlphaFineAction()); |
|
|
|
shortCuts.add(new AlphaFineAction()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// fbp本地和远程都暂时不使用环境监测
|
|
|
|
shortCuts.add(new EnvDetectorAction()); |
|
|
|
//shortCuts.add(new EnvDetectorAction());
|
|
|
|
//服务平台(仅针对中国大陆)
|
|
|
|
//服务平台(仅针对中国大陆)
|
|
|
|
if (GeneralContext.getLocale().equals(Locale.CHINA)) { |
|
|
|
if (GeneralContext.getLocale().equals(Locale.CHINA)) { |
|
|
|
shortCuts.add(new ServicePlatformAction()); |
|
|
|
shortCuts.add(new ServicePlatformAction()); |
|
|
|