X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fstore.js;h=c98657ef50f2d4df1316a4b37540f79b8dd8350b;hp=705f473c0fec795ca949445e42f540dccb285db5;hb=aae89b49a846b2c101d74db7dff9151392d6db34;hpb=70690ae8d661c5e0aae8db98e6557a0e7eb8a6be diff --git a/client/src/store.js b/client/src/store.js index 705f473c..c98657ef 100644 --- a/client/src/store.js +++ b/client/src/store.js @@ -77,6 +77,7 @@ export const store = { sound: getItemDefaultTrue("sound"), hints: getItemDefaultTrue("hints"), highlight: getItemDefaultTrue("highlight"), + gotonext: getItemDefaultTrue("gotonext"), randomness: parseInt(localStorage.getItem("randomness")) }; if (isNaN(this.state.settings.randomness))