Skip to content

Commit

Permalink
refactor: fix for whatsnew dialog in electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Sep 11, 2022
1 parent cd3496f commit 287117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</mat-menu>
</ng-template>
<ngx-whats-new
*ngIf="isDialogVisible$ | async"
*ngIf="!isElectron && isDialogVisible$ | async"
(closeModal)="setDialogVisibility(false)"
[items]="modals"
[options]="options"
Expand Down

0 comments on commit 287117c

Please sign in to comment.