1 parent 7474f00 commit 37680ddCopy full SHA for 37680dd
1 file changed
src/routes/+page.svelte
@@ -39,6 +39,9 @@
39
40
// Watch for state changes and update URL
41
$effect(() => {
42
+ if (scaleObj.intervals?.length === 7) {
43
+ system = "CAGED";
44
+ }
45
// Access all reactive values
46
tuning;
47
key;
0 commit comments