interday sibling burying is only valid in v3

This commit is contained in:
Damien Elmes 2022-02-23 14:33:52 +10:00
parent 4ed499fbab
commit 1a3eef505f

View file

@ -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>