1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-21 07:06:39 +02:00

Optimized settings template

This commit is contained in:
Dennis Ploeger 2019-03-04 21:59:21 +01:00
parent c6e2e48a98
commit 9f845c4eb8

View File

@ -88,11 +88,6 @@
<input type="checkbox" class="settings__input input-base settings__general-colorful-icons" id="settings__general-colorful-icons" {{#if colorfulIcons}}checked{{/if}} />
<label for="settings__general-colorful-icons">{{res 'setGenColorfulIcons'}}</label>
</div>
<div>
<input type="checkbox" class="settings__input input-base settings__general-direct-autotype"
id="settings__general-direct-autotype" {{#if directAutotype}}checked{{/if}} />
<label for="settings__general-direct-autotype">{{res 'setGenDirectAutotype'}}</label>
</div>
<h2>{{res 'setGenFunction'}}</h2>
{{#if canAutoSaveOnClose}}
@ -146,6 +141,13 @@
<label for="settings__general-minimize">{{res 'setGenMinInstead'}}</label>
</div>
{{/if}}
{{#if canAutoType}}
<div>
<input type="checkbox" class="settings__input input-base settings__general-direct-autotype"
id="settings__general-direct-autotype" {{#if directAutotype}}checked{{/if}} />
<label for="settings__general-direct-autotype">{{res 'setGenDirectAutotype'}}</label>
</div>
{{/if}}
<h2>{{res 'setGenLock'}}</h2>
<div>