Default CardCounts to off
This commit is contained in:
parent
e28c67d4f6
commit
936d06b84b
@ -9,7 +9,7 @@
|
||||
export let sourceData: pb.BackendProto.GraphsOut;
|
||||
export let i18n: I18n;
|
||||
|
||||
let separateInactive = false;
|
||||
let separateInactive = true;
|
||||
let svg = null as HTMLElement | SVGElement | null;
|
||||
|
||||
let bounds = defaultGraphBounds();
|
||||
|
@ -2,7 +2,7 @@
|
||||
import type { I18n } from "anki/i18n";
|
||||
|
||||
export let i18n: I18n;
|
||||
export let separateInactive: boolean = false;
|
||||
export let separateInactive: boolean = true;
|
||||
|
||||
const label = i18n.tr(i18n.TR.STATISTICS_COUNTS_SEPARATE_SUSPENDED_BURIED_CARDS);
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user