mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
interday sibling burying is only valid in v3
This commit is contained in:
parent
4ed499fbab
commit
1a3eef505f
1 changed files with 11 additions and 9 deletions
|
@ -39,14 +39,16 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
</SwitchRow>
|
||||
</Item>
|
||||
|
||||
<Item>
|
||||
<SwitchRow
|
||||
bind:value={$config.buryInterdayLearning}
|
||||
defaultValue={defaults.buryInterdayLearning}
|
||||
markdownTooltip={tr.deckConfigBuryTooltip()}
|
||||
>
|
||||
{tr.deckConfigBuryInterdayLearningSiblings()}
|
||||
</SwitchRow>
|
||||
</Item>
|
||||
{#if state.v3Scheduler}
|
||||
<Item>
|
||||
<SwitchRow
|
||||
bind:value={$config.buryInterdayLearning}
|
||||
defaultValue={defaults.buryInterdayLearning}
|
||||
markdownTooltip={tr.deckConfigBuryTooltip()}
|
||||
>
|
||||
{tr.deckConfigBuryInterdayLearningSiblings()}
|
||||
</SwitchRow>
|
||||
</Item>
|
||||
{/if}
|
||||
</DynamicallySlottable>
|
||||
</TitledContainer>
|
||||
|
|
Loading…
Reference in a new issue