mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Added: More bridge command
This commit is contained in:
parent
f4eb7e0ff9
commit
7e92c40169
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button title={tr.actionsShortcutKey({val: "M"})}>{tr.studyingMore()}↧</button>
|
<button on:click={()=>bridgeCommand("more")} title={tr.actionsShortcutKey({val: "M"})}>{tr.studyingMore()}↧</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue