diff options
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index d4841a69b..8354a8724 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -157,7 +157,7 @@ export class AppComponent implements OnInit { | |||
157 | this.router.navigate([ '/videos/upload' ]) | 157 | this.router.navigate([ '/videos/upload' ]) |
158 | return false | 158 | return false |
159 | }, undefined, 'Go to the videos upload page'), | 159 | }, undefined, 'Go to the videos upload page'), |
160 | new Hotkey('T', (event: KeyboardEvent): boolean => { | 160 | new Hotkey('shift+t', (event: KeyboardEvent): boolean => { |
161 | this.themeService.toggleDarkTheme() | 161 | this.themeService.toggleDarkTheme() |
162 | return false | 162 | return false |
163 | }, undefined, 'Toggle Dark theme') | 163 | }, undefined, 'Toggle Dark theme') |