mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Satisfy formatter
This commit is contained in:
parent
8ee6ccf853
commit
647a2a3e59
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
theme="primary"
|
||||
on:click={() => save()}
|
||||
tooltip={shortcutLabel}
|
||||
on:mount={withButton(createShortcut)}
|
||||
>{tr.actionsSave()}</LabelButton>
|
||||
on:mount={withButton(createShortcut)}>{tr.actionsSave()}</LabelButton
|
||||
>
|
||||
</WithShortcut>
|
||||
</ButtonGroupItem>
|
||||
</ButtonGroup>
|
||||
|
|
Loading…
Reference in a new issue