Merge pull request #4983 from tsiegleauq/mobile-edit-button
Adds the correct icon to the mobile action button
This commit is contained in:
commit
be77723b55
@ -66,10 +66,10 @@
|
||||
(click)="sendMainEvent()"
|
||||
matTooltip="{{ mainActionTooltip | translate }}"
|
||||
>
|
||||
<mat-icon *ngIf="mainButtonIcon === 'add_circle'; else mainIconBlock">
|
||||
<mat-icon *ngIf="mainButtonIcon === 'add_circle'">
|
||||
add
|
||||
</mat-icon>
|
||||
<mat-icon *ngIf="mainButtonIcon !== 'add_circle'">
|
||||
{{ mainButtonIcon }}
|
||||
</mat-icon>
|
||||
</button>
|
||||
<ng-template #mainIconBlock>
|
||||
{{ mainButtonIcon }}
|
||||
</ng-template>
|
||||
|
@ -101,6 +101,7 @@
|
||||
</mat-card>
|
||||
|
||||
<mat-menu #topicExtraMenu="matMenu">
|
||||
<os-projector-button [object]="topic" [menuItem]="true"></os-projector-button>
|
||||
<os-speaker-button [object]="topic" [menuItem]="true"></os-speaker-button>
|
||||
<div>
|
||||
<mat-divider></mat-divider>
|
||||
|
Loading…
Reference in New Issue
Block a user