diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-28 17:30:38 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-28 17:30:38 +0100 |
commit | 29295b82373f5ccdeee79afe70b7f21288c5c129 (patch) | |
tree | 02ffe5f52c449e73ca30d5e00705701d9f7f46b7 /src/pages/options/index.html | |
parent | Fallback on codeberg for instance fetching (diff) | |
download | libredirect-29295b82373f5ccdeee79afe70b7f21288c5c129.zip |
Added lbry embeds and codeberg issue templates
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r-- | src/pages/options/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index 84955339..a868ad3a 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -2209,6 +2209,14 @@ <option value="lbryDesktop" data-localise="__MSG_lbryDesktop__">LBRY Desktop</option> </select> </div> + <div class="some-block option-block"> + <h4 data-localise="__MSG_redirectType__">Redirect Type</h4> + <select id="lbry-redirect_type"> + <option value="both" data-localise="__MSG_both__">both</option> + <option value="sub_frame" data-localise="__MSG_onlyEmbedded__">Only Embedded</option> + <option value="main_frame" data-localise="__MSG_onlyNotEmbedded__">Only Not Embedded</option> + </select> + </div> <div id="librarian"> <hr> <div class="normal"> |