diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-07-31 11:57:59 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-07-31 11:57:59 +0300 |
commit | b3c44dfbd4bec81152673964224335cac31c644a (patch) | |
tree | a8b7d39cd5a038d429d3b425555bf4fee9969461 /src/pages/options/index.html | |
parent | Merge https://github.com/libredirect/libredirect (diff) | |
parent | Minor spelling mistake (diff) | |
download | libredirect-b3c44dfbd4bec81152673964224335cac31c644a.zip |
Merge branch 'master' of https://codeberg.org/LibRedirect/libredirect
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"> |