diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-14 22:51:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 22:51:48 -0400 |
commit | 49b603c7561c1f39cd79c969e00b6069cedb2397 (patch) | |
tree | 8aea4642daa2d568579399ead8ca1bee236afca2 /ext/settings.html | |
parent | a52d86a39e9cca620823e3d97d7c129a7abafced (diff) |
Remove old settings page (#1524)
* Remove old settings page
* Remove spinner.gif
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ext/settings.html b/ext/settings.html index 9a176886..a9c29a73 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -59,30 +59,6 @@ <h1>Yomichan Settings</h1> - <!-- Beta notice --> - <h2></h2> - <div class="settings-group" style="border: 1px solid var(--accent-color);"> - <div class="settings-item"><div class="settings-item-inner"> - <div class="settings-item-left"> - <div class="settings-item-label"> - <strong>Notice:</strong> - This settings page is planned to replace - <a href="/settings-old.html">the old settings page</a>.<br> - Questions, comments, and other feedback is welcome and can be shared - <a href="https://github.com/FooSoft/yomichan/issues/1000" target="_blank" rel="noopener noreferrer">on Github</a>. - </div> - </div> - </div></div> - <div class="settings-item"><div class="settings-item-inner"> - <div class="settings-item-left"> - <div class="settings-item-label">Use this new settings page by default</div> - </div> - <div class="settings-item-right"> - <label class="toggle"><input type="checkbox" data-setting="global.useSettingsV2" data-scope="global"><span class="toggle-body"><span class="toggle-track"></span><span class="toggle-knob"></span></span></label> - </div> - </div></div> - </div> - <!-- Profile --> <div class="heading-container"> <div class="heading-container-icon"><span class="icon" data-icon="profile"></span></div> |