support #316

Merged
edraft merged 16 commits from support into master 2023-04-18 22:23:59 +02:00
Showing only changes of commit 3c0233e8b3 - Show all commits

View File

@ -37,7 +37,7 @@ export class SidebarService {
) {
this.themeService.isSidebarOpen$.subscribe(value => {
this.isSidebarOpen = value;
this.setMenu();
this.setMenu(true);
});
this.translateService.onLangChange.subscribe(_ => {