mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fix tooltip regression
This commit is contained in:
parent
af53ccfb36
commit
d45e6445cf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<CheckBoxRow
|
<CheckBoxRow
|
||||||
bind:value={$config.buryNew}
|
bind:value={$config.buryNew}
|
||||||
defaultValue={defaults.buryNew}
|
defaultValue={defaults.buryNew}
|
||||||
markdownTooltip={tr.deckConfigBuryTitle()}
|
markdownTooltip={tr.deckConfigBuryTooltip()}
|
||||||
>
|
>
|
||||||
{tr.deckConfigBuryNewSiblings()}
|
{tr.deckConfigBuryNewSiblings()}
|
||||||
</CheckBoxRow>
|
</CheckBoxRow>
|
||||||
|
|
Loading…
Reference in a new issue