1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-10 02:54:25 +02:00

Add option to enable/disable blur overlay

This commit is contained in:
Andrew Luca
2017-07-27 00:23:45 +03:00
parent 013e5d40f6
commit 230033cb10
3 changed files with 12 additions and 2 deletions

View File

@@ -455,6 +455,9 @@
<label class="line">
<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)
</label>
</p>
<hr>