implement todos

This commit is contained in:
Dennis Eichhorn 2021-07-15 21:51:30 +02:00
parent c84b132b22
commit 761510b739
2 changed files with 0 additions and 4 deletions

BIN
Docs/Dev/img/er.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -49,10 +49,6 @@ if (isset($this->nav[NavigationType::SIDE])) : ?>
</ul>
<?php endforeach; ?>
</ul>
<div id="nav-side-settings">
<input id="speech-recognition" type="checkbox">
<label for="speech-recognition"><i class="fa fa-volume-up"></i><i class="fa fa-volume-down"></i></label>
</div>
</div>
<?php
endif;