From 1a3eef505fc7c6481272a2793cc15d3d12a52a2d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 23 Feb 2022 14:33:52 +1000 Subject: [PATCH] interday sibling burying is only valid in v3 --- ts/deck-options/BuryOptions.svelte | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/ts/deck-options/BuryOptions.svelte b/ts/deck-options/BuryOptions.svelte index cca15294c..e846cf20d 100644 --- a/ts/deck-options/BuryOptions.svelte +++ b/ts/deck-options/BuryOptions.svelte @@ -39,14 +39,16 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - - {tr.deckConfigBuryInterdayLearningSiblings()} - - + {#if state.v3Scheduler} + + + {tr.deckConfigBuryInterdayLearningSiblings()} + + + {/if}