Fixed load menu #70

This commit is contained in:
2022-10-16 13:09:26 +02:00
parent 1a3126dfc5
commit dbbd2b54c4
3 changed files with 10 additions and 13 deletions

View File

@@ -31,7 +31,6 @@ export class AppComponent implements OnInit {
this.socket.startSocket();
this.themeService.loadTheme();
this.themeService.loadMenu();
}