Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad2002 committed Feb 18, 2024
1 parent 3cd0948 commit 2c53480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class AppComponent implements OnDestroy {
lang = navigator.language;
}
this.translateService.use(lang);

this.menuService.viewType.subscribe(data => {
this.sidebarState = data;
})
Expand Down

0 comments on commit 2c53480

Please sign in to comment.