diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-19T18·49+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-19T18·49+0100 |
commit | 7a7c29d46ce1503a57f7a81512d11960ca0f72c8 (patch) | |
tree | f79d2d2470ad1f23647dca78767fc9b983bfbe5a | |
parent | d84d0000e0833b164071fbdd5dab8b6abb6299cf (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.
-rw-r--r-- | website/sandbox/learnpianochords/src/State.elm | 2 |
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 } |