|
|
|
@ -562,13 +562,13 @@ public abstract class ToolBarMenuDock {
|
|
|
|
|
|
|
|
|
|
LocaleCenter.buildAction(() -> shortCuts.add(new TechSupportAction()), SupportLocaleImpl.TECH_SUPPORT_HELP); |
|
|
|
|
|
|
|
|
|
//远程不使用更新升级,产品演示
|
|
|
|
|
if (WorkContext.getCurrent().isLocal()) { |
|
|
|
|
shortCuts.add(new WebDemoAction()); |
|
|
|
|
if (!Locale.getDefault().equals(Locale.JAPAN) && !Locale.getDefault().equals(Locale.JAPANESE)) { |
|
|
|
|
LocaleCenter.buildAction(() -> shortCuts.add(new SoftwareUpdateAction()), SupportLocaleImpl.UPDATE_HELP); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/// fbp本地和远程都暂时不使用更新升级,产品演示
|
|
|
|
|
//if (WorkContext.getCurrent().isLocal()) {
|
|
|
|
|
// shortCuts.add(new WebDemoAction());
|
|
|
|
|
// if (!Locale.getDefault().equals(Locale.JAPAN) && !Locale.getDefault().equals(Locale.JAPANESE)) {
|
|
|
|
|
// LocaleCenter.buildAction(() -> shortCuts.add(new SoftwareUpdateAction()), SupportLocaleImpl.UPDATE_HELP);
|
|
|
|
|
// }
|
|
|
|
|
//}
|
|
|
|
|
if (AlphaFineConfigManager.isALPHALicAvailable()) { |
|
|
|
|
shortCuts.add(new AlphaFineAction()); |
|
|
|
|
} |
|
|
|
|