diff options
author | Florrie <towerofnix@gmail.com> | 2019-03-22 21:20:05 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-03-22 21:20:05 -0300 |
commit | cbe12928f46fbea07364f46d0b15497e97ff4207 (patch) | |
tree | 26831e4c4366372a1de0381eb5fd99145eb2ecb7 /extension/popup/index.html | |
parent | f21f158661dd66225adcd319c66f3504541e966a (diff) |
"Disable everywhere for now" setting
Diffstat (limited to 'extension/popup/index.html')
-rw-r--r-- | extension/popup/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/popup/index.html b/extension/popup/index.html index 9ddbec4..7a9e920 100644 --- a/extension/popup/index.html +++ b/extension/popup/index.html @@ -13,6 +13,8 @@ <h1 id="hostname"></h1> <h2>Tracks</h2> <ul id="track-list"></ul> + <h1>General Settings</h1> + <p><label><input id="disable-everywhere" type="checkbox"> Disable everywhere for now?</label></p> </div> <div class="screen" id="invalid-host-screen"> <p>Sorry, this page doesn't appear to have a hostname. We can't configure music here.</p> |