diff --git a/src/public/app/components/root_command_executor.js b/src/public/app/components/root_command_executor.js index a3d41e48a..bac07af70 100644 --- a/src/public/app/components/root_command_executor.js +++ b/src/public/app/components/root_command_executor.js @@ -106,10 +106,6 @@ export default class RootCommandExecutor extends Component { await this.showAndHoistSubtree('_search'); } - async showUserGuideCommand() { - await this.showAndHoistSubtree('_userGuide'); - } - async showAndHoistSubtree(subtreeNoteId) { await appContext.tabManager.openContextWithNote(subtreeNoteId, { activate: true, diff --git a/src/public/app/widgets/buttons/global_menu.js b/src/public/app/widgets/buttons/global_menu.js index 653cb684a..8108655b7 100644 --- a/src/public/app/widgets/buttons/global_menu.js +++ b/src/public/app/widgets/buttons/global_menu.js @@ -75,7 +75,7 @@ const TPL = ` margin-right: 5px; } - body.mobile .show-user-guide-button, body.mobile .show-about-dialog-button { + body.mobile .show-help-button, body.mobile .show-about-dialog-button { /* hidden because these dialogs are not available for mobile */ display: none; } @@ -195,10 +195,10 @@ const TPL = ` -