add button to hide recipe's options

This commit is contained in:
thezero 2019-04-14 15:08:10 +02:00
parent c9d9730726
commit 6b76b7004a
3 changed files with 26 additions and 0 deletions

View file

@ -83,6 +83,7 @@ class HTMLOperation {
<div class="recip-icons">
<i class="material-icons breakpoint" title="Set breakpoint" break="false">pause</i>
<i class="material-icons disable-icon" title="Disable operation" disabled="false">not_interested</i>
<i class="material-icons hide-options" title="Hide options" hide-opt="false">keyboard_arrow_up</i>
</div>
<div class="clearfix">&nbsp;</div>`;