mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22: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>
|
||||
<LabelButton
|
||||
tooltip="{`${tr.browsingPreviewSelectedCard({
|
||||
val: 'test',
|
||||
})} (${shortcutLabel})`},"
|
||||
tooltip={tr.browsingPreviewSelectedCard({ val: shortcutLabel })}
|
||||
disables={false}
|
||||
on:click={() => bridgeCommand('preview')}
|
||||
on:mount={createShortcut}>
|
||||
|
|
Loading…
Reference in a new issue