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

feat: add auto saving. fixes #154

This commit is contained in:
Kushagra Gour
2017-07-15 17:40:25 +05:30
parent 51c5aa8894
commit b7fb978731
2 changed files with 45 additions and 7 deletions

View File

@@ -440,6 +440,9 @@
<label class="line">
<input type="checkbox" d-change="updateSetting" data-setting="autoPreview"> Auto-preview
</label>
<label class="line">
<input type="checkbox" d-change="updateSetting" data-setting="autoSave"> Auto-save
</label>
<label class="line">
<input type="checkbox" d-change="updateSetting" data-setting="preserveLastCode"> Preserve last written code
</label>