mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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,6 +39,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
</SwitchRow>
|
</SwitchRow>
|
||||||
</Item>
|
</Item>
|
||||||
|
|
||||||
|
{#if state.v3Scheduler}
|
||||||
<Item>
|
<Item>
|
||||||
<SwitchRow
|
<SwitchRow
|
||||||
bind:value={$config.buryInterdayLearning}
|
bind:value={$config.buryInterdayLearning}
|
||||||
|
@ -48,5 +49,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
{tr.deckConfigBuryInterdayLearningSiblings()}
|
{tr.deckConfigBuryInterdayLearningSiblings()}
|
||||||
</SwitchRow>
|
</SwitchRow>
|
||||||
</Item>
|
</Item>
|
||||||
|
{/if}
|
||||||
</DynamicallySlottable>
|
</DynamicallySlottable>
|
||||||
</TitledContainer>
|
</TitledContainer>
|
||||||
|
|
Loading…
Reference in a new issue