Update popup.html

This commit is contained in:
Yumi Izumi 2020-11-08 23:52:55 +09:00 committed by GitHub
parent a69798f525
commit 612d359279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -138,6 +138,27 @@
</tbody>
</table>
</section>
<section class="settings-block">
<table class="option" aria-label="Toggle Search Engine redirects">
<tbody>
<tr>
<td>
<h1 data-localise="__MSG_disableSearchEngine__">Search Engine Redirects</h1>
</td>
<td>
<input
aria-hidden="true"
id="disable-searchEngine"
type="checkbox"
checked
/>&nbsp;
<label for="disable-searchEngine" class="checkbox-label"></label>
</td>
</tr>
</tbody>
</table>
</section>
<section class="settings-block"></section>