Compare commits

..

No commits in common. "3c0233e8b3d6f2dd5585ac87ff0ffe4709470e33" and "0ee26ccf3d389a8ef7d537764e6d5b072ab971f8" have entirely different histories.

View File

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