mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
feat(mobile): display help modal (closes #666)
This commit is contained in:
@@ -26,6 +26,7 @@ import PromotedAttributesWidget from "../widgets/ribbon_widgets/promoted_attribu
|
||||
import ClassicEditorToolbar from "../widgets/ribbon_widgets/classic_editor_toolbar.js";
|
||||
import SidebarContainer from "../widgets/mobile_widgets/sidebar_container.js";
|
||||
import AboutDialog from "../widgets/dialogs/about.js";
|
||||
import HelpDialog from "../widgets/dialogs/help.js";
|
||||
|
||||
const MOBILE_CSS = `
|
||||
<style>
|
||||
@@ -188,5 +189,6 @@ export default class MobileLayout {
|
||||
.child(new GlobalMenuWidget(true))
|
||||
.id("launcher-pane"))
|
||||
.child(new AboutDialog())
|
||||
.child(new HelpDialog())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user