add UI counterpart on automatic sidebar display

This commit is contained in:
buzz-lightsnack-2007 2024-04-23 22:47:27 +08:00
parent 9b801f33f0
commit b78bf41dff

View file

@ -23,12 +23,7 @@
<ul class="input-field">
<li>
<label>
<input
type="checkbox"
data-store="settings,general,showApplicable"
class="filled-in"
data-store-location="1"
/>
<input type="checkbox" data-store="settings,general,showApplicable" class="filled-in" data-store-location="1" />
<span for="settings_general_showApplicable"></span>
</label>
</li>
@ -49,6 +44,12 @@
<span for="settings_behavior_autoRun"></span>
</label>
</li>
<li>
<label>
<input type="checkbox" data-store="settings,behavior,autoOpen" class="filled-in" data-store-location="1" />
<span for="settings_behavior_autoOpen"></span>
</label>
</li>
</ul>
</section>
</section>