We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b3cb1 commit 344247eCopy full SHA for 344247e
src/app/app.component.html
@@ -238,7 +238,7 @@ <h3 class="noMessageSelectedNotification">No Message Selected</h3>
238
</button>
239
240
<!-- Message action menu for regular screens -->
241
- <div *ngIf="!mobileQuery.matches && !hasChildRouterOutlet" class="messageListActionButtonsRight" #toolbarListButtonContainer>
+ <div *ngIf="!mobileQuery.matches && !hasChildRouterOutlet && showSelectOperations" class="messageListActionButtonsRight" #toolbarListButtonContainer>
242
<button *ngIf="morelistbuttonindex>0" mat-icon-button matTooltip="Move selected message(s) to folder" (click)="moveToFolder()">
243
<mat-icon svgIcon="folder"></mat-icon>
244
0 commit comments