diff options
Diffstat (limited to 'client/src/app/menu/menu.component.ts')
-rw-r--r-- | client/src/app/menu/menu.component.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index 371beb4a5..ede64b7eb 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts | |||
@@ -112,10 +112,6 @@ export class MenuComponent implements OnInit { | |||
112 | this.hotkeysService.cheatSheetToggle.next(!this.helpVisible) | 112 | this.hotkeysService.cheatSheetToggle.next(!this.helpVisible) |
113 | } | 113 | } |
114 | 114 | ||
115 | toggleDarkTheme () { | ||
116 | this.themeService.toggleDarkTheme() | ||
117 | } | ||
118 | |||
119 | private computeIsUserHasAdminAccess () { | 115 | private computeIsUserHasAdminAccess () { |
120 | const right = this.getFirstAdminRightAvailable() | 116 | const right = this.getFirstAdminRightAvailable() |
121 | 117 | ||