about summary refs log tree commit diff
path: root/website/sandbox/learnpianochords/src/State.elm
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-04-19T18·49+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-04-19T18·49+0100
commit7a7c29d46ce1503a57f7a81512d11960ca0f72c8 (patch)
treef79d2d2470ad1f23647dca78767fc9b983bfbe5a /website/sandbox/learnpianochords/src/State.elm
parentd84d0000e0833b164071fbdd5dab8b6abb6299cf (diff)
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.
Diffstat (limited to 'website/sandbox/learnpianochords/src/State.elm')
-rw-r--r--website/sandbox/learnpianochords/src/State.elm2
1 files changed, 1 insertions, 1 deletions
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
     }