Skip to content

Commit

Permalink
always show the hamburger menu toggeler
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatarnejad authored and oliverguenther committed Nov 20, 2023
1 parent cf36489 commit b369b2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<button
*ngIf="this.currentProject.id !== null || this.deviceService.isTablet"
class="op-app-menu--item-action"
id="main-menu-toggle"
aria-haspopup="true"
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/app/core/main-menu/main-menu-toggle.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
} from '@angular/core';
import { distinctUntilChanged } from 'rxjs/operators';
import { CurrentProjectService } from 'core-app/core/current-project/current-project.service';
import { DeviceService } from 'core-app/core/browser/device.service';
import { InjectField } from 'core-app/shared/helpers/angular/inject-field.decorator';
import { UntilDestroyedMixin } from 'core-app/shared/helpers/angular/until-destroyed.mixin';
import { MainMenuToggleService } from './main-menu-toggle.service';
Expand All @@ -56,7 +55,6 @@ export class MainMenuToggleComponent extends UntilDestroyedMixin implements OnIn
readonly topMenu:TopMenuService,
readonly toggleService:MainMenuToggleService,
readonly cdRef:ChangeDetectorRef,
readonly deviceService:DeviceService,
readonly injector:Injector) {
super();
}
Expand Down

0 comments on commit b369b2b

Please sign in to comment.