diff options
Diffstat (limited to 'src/pages/options/general')
-rw-r--r-- | src/pages/options/general/general.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/options/general/general.html b/src/pages/options/general/general.html index 3c3719a1..3653fe46 100644 --- a/src/pages/options/general/general.html +++ b/src/pages/options/general/general.html @@ -65,6 +65,10 @@ <a href="../medium/medium.html">Medium</a> </div> <div class="title"> + <img src="../../../assets/images/peertube-icon.svg" /> + <a href="../peertube/peertube.html">Peertube</a> + </div> + <div class="title"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> <path d="M0 0h24v24H0V0z" fill="none" /> <path @@ -207,6 +211,7 @@ <div>Maps<input type="checkbox" id="maps" /></div> <div>Wikipedia<input type="checkbox" id="wikipedia" /></div> <div>Medium<input type="checkbox" id="medium" /></div> + <div>Peertube<input type="checkbox" id="peertube" /></div> <div>Send Files<input type="checkbox" id="sendTargets" /></div> </div> <hr> |