Rephrase and add explanations about the macro engine not being ready yet.

This commit is contained in:
László Monda
2018-05-06 03:24:54 +02:00
parent bb9ece494c
commit ec98e4e1c6
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<div class="row list-container">
<div class="col-xs-10 col-xs-offset-1 list-group">
<p><i>Please note that macro playback is not implemented yet. You can create macros, but they won't have any effect until firmware support is implemented. We're working on this.</i></p>
<div class="macro-actions-container" [dragula]="'macroActions'" [dragulaModel]="macro.macroActions">
<macro-item *ngFor="let macroAction of macro.macroActions; let macroActionIndex = index"
[macroAction]="macroAction"