]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html
Cleanup menu footer links
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-interface / my-account-interface-settings.component.html
index b12184ddc81908ec851bd73dd39386621bda4fd3..6119e73809c5b8d2564d2cdbd98ad62f9469fff2 100644 (file)
@@ -1,4 +1,18 @@
 <form role="form" (ngSubmit)="updateInterfaceSettings()" [formGroup]="form">
+
+  <div class="form-group">
+    <label i18n for="theme">Interface language</label>
+
+    <div class="peertube-select-container">
+      <select formControlName="theme" id="theme" class="form-control">
+        <option i18n value="instance-default">instance default</option>
+        <option i18n value="default">peertube default</option>
+
+        <option *ngFor="let theme of availableThemes" [value]="theme">{{ theme }}</option>
+      </select>
+    </div>
+  </div>
+
   <div class="form-group">
     <label i18n for="theme">Theme</label>