mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 10:06:23 +02:00
index.html: copy change for light mode settings
This commit is contained in:
@ -487,7 +487,7 @@
|
|||||||
<input type="checkbox" d-change="updateSetting" data-setting="preserveConsoleLogs"> Preserve console logs
|
<input type="checkbox" d-change="updateSetting" data-setting="preserveConsoleLogs"> Preserve console logs
|
||||||
</label>
|
</label>
|
||||||
<label class="line" title="Switch to lighter version for better performance. Removes things like blur etc.">
|
<label class="line" title="Switch to lighter version for better performance. Removes things like blur etc.">
|
||||||
<input type="checkbox" d-change="updateSetting" data-setting="lightVersion"> Fast/light version (needs refresh)
|
<input type="checkbox" d-change="updateSetting" data-setting="lightVersion"> Fast/light version
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user