commit | 5120dbbdf501ccdf9c472932ce45eceec4d175e8 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Tue Jan 04 03:21:17 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Wed Jan 05 03:22:26 2022 +0100 |
tree | 35aeaf802412710c9f738ad97f34f6e10c6ab507 | |
parent | 1fae527b31765e355c6e669d33798677e9cfd9c0 [diff] [blame] |
Allow features to require optional permissions Design doc: https://docs.google.com/document/d/1OhL0Yh7SmWffXyjW_XVQOK95Fqh7gLltk1eEtnKN8Ds/edit Fixed: twpowertools:86 Change-Id: Iccb22aac2b285307854b7a4c002e9702c24d57f2
diff --git a/src/static/options/options.html b/src/static/options/options.html index 8a0915a..36fd08a 100644 --- a/src/static/options/options.html +++ b/src/static/options/options.html
@@ -39,6 +39,7 @@ </a> </div> <form> + <div id="optional-permissions-warning" hidden data-i18n="optionalpermissionswarning_header"></div> <div id="kill-switch-warning" hidden data-i18n="killswitchwarning"></div> <div id="options-container"></div> <div class="actions"><button id="save" data-i18n="save"></button></div>