aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/quick-settings-modal.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-20 10:11:49 +0100
committerChocobozzz <me@florianbigard.com>2022-01-20 10:11:49 +0100
commitefd4ff5fbcd1e557c3c8af25b8b8ee5b3a2e9f0d (patch)
tree1ee50339dceaf702467ecf9cd7a99d5081d63986 /client/src/app/modal/quick-settings-modal.component.html
parent071f3e519cbd3184b59ee728fe96c5c29b7792b9 (diff)
downloadPeerTube-efd4ff5fbcd1e557c3c8af25b8b8ee5b3a2e9f0d.tar.gz
PeerTube-efd4ff5fbcd1e557c3c8af25b8b8ee5b3a2e9f0d.tar.zst
PeerTube-efd4ff5fbcd1e557c3c8af25b8b8ee5b3a2e9f0d.zip
Open and close settings modal using query params
Diffstat (limited to 'client/src/app/modal/quick-settings-modal.component.html')
-rw-r--r--client/src/app/modal/quick-settings-modal.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/modal/quick-settings-modal.component.html b/client/src/app/modal/quick-settings-modal.component.html
index 7794e10c4..8fa3aee50 100644
--- a/client/src/app/modal/quick-settings-modal.component.html
+++ b/client/src/app/modal/quick-settings-modal.component.html
@@ -7,7 +7,7 @@
7 <div class="modal-body"> 7 <div class="modal-body">
8 <div i18n class="mb-4 font-italic">These settings apply only to your session on this instance.</div> 8 <div i18n class="mb-4 font-italic">These settings apply only to your session on this instance.</div>
9 9
10 <div i18n class="mb-4 quick-settings-title">Display settings</div> 10 <h6 i18n class="mb-4">Display settings</h6>
11 11
12 <my-user-video-settings 12 <my-user-video-settings
13 *ngIf="!isUserLoggedIn()" 13 *ngIf="!isUserLoggedIn()"
@@ -15,11 +15,11 @@
15 > 15 >
16 16
17 <ng-container ngProjectAs="inner-title"> 17 <ng-container ngProjectAs="inner-title">
18 <div i18n class="mb-4 mt-4 quick-settings-title">Video settings</div> 18 <h6 i18n class="mb-4 mt-4">Video settings</h6>
19 </ng-container> 19 </ng-container>
20 </my-user-video-settings> 20 </my-user-video-settings>
21 21
22 <div i18n class="mb-4 mt-4 quick-settings-title">Interface settings</div> 22 <h6 i18n class="mb-4 mt-4">Interface settings</h6>
23 23
24 <my-user-interface-settings 24 <my-user-interface-settings
25 *ngIf="!isUserLoggedIn()" 25 *ngIf="!isUserLoggedIn()"