From 7a7c29d46ce1503a57f7a81512d11960ca0f72c8 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 19 Apr 2020 19:49:15 +0100 Subject: Restore default view to Overview I often debug by changing the values of State.Model in the State.init function. I usually revert these these chage; this time I didn't. --- website/sandbox/learnpianochords/src/State.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/sandbox/learnpianochords/src/State.elm') diff --git a/website/sandbox/learnpianochords/src/State.elm b/website/sandbox/learnpianochords/src/State.elm index 6cb89d8d1534..678fb0f9aa79 100644 --- a/website/sandbox/learnpianochords/src/State.elm +++ b/website/sandbox/learnpianochords/src/State.elm @@ -73,7 +73,7 @@ init = , tempo = 10 , firstNote = firstNote , lastNote = lastNote - , view = Preferences + , view = Overview , showFlashCard = True } -- cgit 1.4.1