diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-27 11:05:49 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-27 11:05:49 +0100 |
commit | 0803eb5e0484920f31e994303fd2bb07d6f5ec83 (patch) | |
tree | 8fd19c1f821d6d6b8a436572b63b71fd44e7e186 /src/pages/options/index.html | |
parent | Many things (diff) | |
download | libredirect-0803eb5e0484920f31e994303fd2bb07d6f5ec83.zip |
Added lbry desktop
Closes https://github.com/libredirect/libredirect/issues/365
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r-- | src/pages/options/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index a1e14d22..84955339 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -2195,13 +2195,20 @@ </section> <section class="option-block" id="lbry_page"> <div class="some-block option-block"> - <h1 data-localise="__MSG_lbry__">LBRY/Odysee</h1> + <h1 data-localise="__MSG_lbry__">LBRY</h1> </div> <hr> <div class="some-block option-block"> <h4 data-localise="__MSG_enable__">Enable</h4> <input id="lbry-enable" type="checkbox"> </div> + <div class="some-block option-block"> + <h4 data-localise="__MSG_frontend__">Frontend</h4> + <select id="lbry-frontend"> + <option value="librarian">Librarian</option> + <option value="lbryDesktop" data-localise="__MSG_lbryDesktop__">LBRY Desktop</option> + </select> + </div> <div id="librarian"> <hr> <div class="normal"> |