mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-05 04:47:32 +02:00
index.html: hide replace new tab option in web app
This commit is contained in:
@@ -482,7 +482,7 @@
|
|||||||
<label class="line" title="Loads the last open creation when app starts">
|
<label class="line" title="Loads the last open creation when app starts">
|
||||||
<input type="checkbox" d-change="updateSetting" data-setting="preserveLastCode"> Preserve last written code
|
<input type="checkbox" d-change="updateSetting" data-setting="preserveLastCode"> Preserve last written code
|
||||||
</label>
|
</label>
|
||||||
<label class="line" title="Turning this on will start showing Web Maker in every new tab you open">
|
<label class="line show-when-extension" title="Turning this on will start showing Web Maker in every new tab you open">
|
||||||
<input type="checkbox" d-change="updateSetting" data-setting="replaceNewTab"> Replace new tab page
|
<input type="checkbox" d-change="updateSetting" data-setting="replaceNewTab"> Replace new tab page
|
||||||
</label>
|
</label>
|
||||||
<label class="line" title="Preserves the console logs across your preview refreshes">
|
<label class="line" title="Preserves the console logs across your preview refreshes">
|
||||||
|
Reference in New Issue
Block a user