Close #19 by removing empty stars from the keymap menu items.
This way only the currently set default keymap will have an indicator in the menu, and there won't be any interaction possible from there.
This commit is contained in:
@@ -174,8 +174,6 @@
|
||||
{{#if menuValue.hasDefaults}}
|
||||
{{#if isDefault}}
|
||||
<i class="fa fa-star pull-right"></i>
|
||||
{{else}}
|
||||
<i class="fa fa-star-o pull-right"></i>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user