mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-02 12:32:14 +00:00
feat(tasks): use play_arrow again
This commit is contained in:
parent
7a0d971e76
commit
ef3eeba65d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
aria-label="mark as current"
|
||||
tabindex="2"
|
||||
*ngIf="!task.isDone && !isCurrent && !task.subTasks">
|
||||
<mat-icon class="material-icons">play_circle_outline</mat-icon>
|
||||
<mat-icon class="material-icons">play_arrow</mat-icon>
|
||||
</button>
|
||||
|
||||
<button mat-icon-button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue