|
|
@ -34,6 +34,9 @@ app.templates.settingsPage = (settings) -> """
|
|
|
|
<input type="checkbox" form="settings" name="layout" value="_sidebar-hidden"#{if settings['_sidebar-hidden'] then ' checked' else ''}>Automatically hide and show the sidebar
|
|
|
|
<input type="checkbox" form="settings" name="layout" value="_sidebar-hidden"#{if settings['_sidebar-hidden'] then ' checked' else ''}>Automatically hide and show the sidebar
|
|
|
|
<small>Tip: drag the edge of the sidebar to resize it.</small>
|
|
|
|
<small>Tip: drag the edge of the sidebar to resize it.</small>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<label class="_settings-label _hide-on-mobile">
|
|
|
|
|
|
|
|
<input type="checkbox" form="settings" name="noAutofocus" value="_no-autofocus"#{if settings.noAutofocus then ' checked' else ''}>Disable autofocus of search input
|
|
|
|
|
|
|
|
</label>
|
|
|
|
<label class="_settings-label">
|
|
|
|
<label class="_settings-label">
|
|
|
|
<input type="checkbox" form="settings" name="autoInstall" value="_auto-install"#{if settings.autoInstall then ' checked' else ''}>Automatically download documentation for offline use
|
|
|
|
<input type="checkbox" form="settings" name="autoInstall" value="_auto-install"#{if settings.autoInstall then ' checked' else ''}>Automatically download documentation for offline use
|
|
|
|
<small>Only enable this when bandwidth isn't a concern to you.</small>
|
|
|
|
<small>Only enable this when bandwidth isn't a concern to you.</small>
|
|
|
|