Fix Preview tooltip

This commit is contained in:
Henrik Giesel 2021-05-07 02:03:00 +02:00
parent f50d81f787
commit cc02563ca1

View file

@ -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}>