mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
option to configure if sidebar should be enabled in new tab
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<div id="options-sidebar" class="tab-pane">
|
||||
<h3>Show sidebar in new tab</h3>
|
||||
|
||||
<div class="form-check">
|
||||
<input type="checkbox" class="form-check-input" id="show-sidebar-in-new-tab">
|
||||
<label class="form-check-label" for="show-sidebar-in-new-tab">Show sidebar in new tab</label>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<h3>Sidebar sizing</h3>
|
||||
|
||||
<div class="form-group row">
|
||||
|
||||
Reference in New Issue
Block a user