1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-09 18:46:23 +02:00

Change useBlur setting to lightVersion

This commit is contained in:
Andrew Luca
2017-08-19 23:11:15 +03:00
parent 230033cb10
commit ebdfd2e4be
2 changed files with 5 additions and 5 deletions

View File

@@ -456,7 +456,7 @@
<input type="checkbox" d-change="updateSetting" data-setting="replaceNewTab"> Replace new tab page
</label>
<label class="line">
<input type="checkbox" d-change="updateSetting" data-setting="useBlur"> Use blur overlay (needs restart)
<input type="checkbox" d-change="updateSetting" data-setting="lightVersion"> Toggle fast/light version (needs restart)
</label>
</p>
<hr>