add UI counterpart on automatic sidebar display
This commit is contained in:
parent
9b801f33f0
commit
b78bf41dff
1 changed files with 7 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue