|
|
|
@ -592,7 +592,12 @@ public abstract class ToolBarMenuDock {
|
|
|
|
|
shortCuts.add(SeparatorDef.DEFAULT); |
|
|
|
|
|
|
|
|
|
shortCuts.add(new VideoAction()); |
|
|
|
|
shortCuts.add(new TutorialAction()); |
|
|
|
|
LocaleCenter.buildAction(new LocaleAction() { |
|
|
|
|
@Override |
|
|
|
|
public void execute() { |
|
|
|
|
shortCuts.add(new TutorialAction()); |
|
|
|
|
} |
|
|
|
|
}, SupportLocaleImpl.TUTORIAL_COMMUNITY); |
|
|
|
|
shortCuts.add(new QuestionAction()); |
|
|
|
|
shortCuts.add(new TechSolutionAction()); |
|
|
|
|
|
|
|
|
@ -626,13 +631,6 @@ public abstract class ToolBarMenuDock {
|
|
|
|
|
} |
|
|
|
|
}, SupportLocaleImpl.TECH_SUPPORT_COMMUNITY); |
|
|
|
|
|
|
|
|
|
LocaleCenter.buildAction(new LocaleAction() { |
|
|
|
|
@Override |
|
|
|
|
public void execute() { |
|
|
|
|
shortCuts.add(new TutorialAction()); |
|
|
|
|
} |
|
|
|
|
}, SupportLocaleImpl.TUTORIAL_COMMUNITY); |
|
|
|
|
|
|
|
|
|
shortCuts.add(SeparatorDef.DEFAULT); |
|
|
|
|
|
|
|
|
|
shortCuts.add(new CenterAction()); |
|
|
|
|