You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<input type="checkbox" form="settings" name="layout" value="_sidebar-hidden"#{if settings['_sidebar-hidden'] then' checked'else''}>Automatically hide and show the sidebar
16
16
<small>Tip: drag the edge of the sidebar to resize it.</small>
17
17
</label>
18
+
<label class="_settings-label">
19
+
<input type="checkbox" form="settings" name="autoInstall" value="_auto-install"#{ifsettings.autoInstallthen' checked'else''}>Automatically download documentation for offline use
20
+
<small>Only enable this when bandwidth isn't a concern to you.</small>
0 commit comments