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"
|
theme="primary"
|
||||||
on:click={() => save()}
|
on:click={() => save()}
|
||||||
tooltip={shortcutLabel}
|
tooltip={shortcutLabel}
|
||||||
on:mount={withButton(createShortcut)}
|
on:mount={withButton(createShortcut)}>{tr.actionsSave()}</LabelButton
|
||||||
>{tr.actionsSave()}</LabelButton>
|
>
|
||||||
</WithShortcut>
|
</WithShortcut>
|
||||||
</ButtonGroupItem>
|
</ButtonGroupItem>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
|
|
Loading…
Reference in a new issue