mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
global menu can open the user guide
This commit is contained in:
@@ -75,7 +75,7 @@ const TPL = `
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
body.mobile .show-help-button, body.mobile .show-about-dialog-button {
|
||||
body.mobile .show-user-guide-button, body.mobile .show-about-dialog-button {
|
||||
/* hidden because these dialogs are not available for mobile */
|
||||
display: none;
|
||||
}
|
||||
@@ -194,10 +194,10 @@ const TPL = `
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="dropdown-item show-help-button" data-trigger-command="showHelp">
|
||||
<li class="dropdown-item show-user-guide-button" data-trigger-command="showUserGuide">
|
||||
<span class="bx bx-info-circle"></span>
|
||||
Show Help
|
||||
<kbd data-command="showHelp"></kbd>
|
||||
Show User Guide
|
||||
<kbd data-command="showUserGuide"></kbd>
|
||||
</li>
|
||||
|
||||
<li class="dropdown-item show-about-dialog-button">
|
||||
|
||||
Reference in New Issue
Block a user