mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Export bridgeCommandsSupported from graphs.rs for stats
This commit is contained in:
parent
3ab92b3427
commit
6a0f2a0ebb
1 changed files with 5 additions and 1 deletions
|
@ -89,7 +89,11 @@
|
|||
<!-- prettier-ignore -->
|
||||
<td>
|
||||
<span style="color: {d.colour};">■ </span>
|
||||
<span class="search-link" on:click={() => dispatch('search', { query: d.query })}>{d.label}</span>
|
||||
{#if sourceData.bridgeCommandsSupported}
|
||||
<span class="search-link" on:click={() => dispatch('search', { query: d.query })}>{d.label}</span>
|
||||
{:else}
|
||||
<span>{d.label}</span>
|
||||
{/if}
|
||||
</td>
|
||||
<td class="right">{d.count}</td>
|
||||
<td class="right">{d.percent}</td>
|
||||
|
|
Loading…
Reference in a new issue