mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Fix Preview tooltip
This commit is contained in:
parent
f50d81f787
commit
cc02563ca1
1 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
<WithShortcut shortcut="Control+Shift+KeyP" let:createShortcut let:shortcutLabel>
|
<WithShortcut shortcut="Control+Shift+KeyP" let:createShortcut let:shortcutLabel>
|
||||||
<LabelButton
|
<LabelButton
|
||||||
tooltip="{`${tr.browsingPreviewSelectedCard({
|
tooltip={tr.browsingPreviewSelectedCard({ val: shortcutLabel })}
|
||||||
val: 'test',
|
|
||||||
})} (${shortcutLabel})`},"
|
|
||||||
disables={false}
|
disables={false}
|
||||||
on:click={() => bridgeCommand('preview')}
|
on:click={() => bridgeCommand('preview')}
|
||||||
on:mount={createShortcut}>
|
on:mount={createShortcut}>
|
||||||
|
|
Loading…
Reference in a new issue