Comment out the export keymap icon because there isn't a way to import keymap yet, so it's useless.

This commit is contained in:
László Monda
2018-06-26 01:53:04 +02:00
parent 873f1de1ef
commit 4251477451
@@ -37,12 +37,12 @@
data-placement="bottom" data-placement="bottom"
(click)="duplicateKeymap()" (click)="duplicateKeymap()"
></i> ></i>
<i class="fa fa-download keymap__download pull-right" <!--i class="fa fa-download keymap__download pull-right"
title="Download keymap" title="Download keymap"
[html]="true" [html]="true"
data-toggle="tooltip" data-toggle="tooltip"
data-placement="bottom" data-placement="bottom"
(click)="onDownloadIconClick()"></i> (click)="onDownloadIconClick()"></i-->
</h1> </h1>
</div> </div>
</uhk-header> </uhk-header>