From d952d13107ddc4b78e7c9945ac96959b7036f222 Mon Sep 17 00:00:00 2001 From: Renard Date: Sat, 5 Oct 2019 13:17:40 -0300 Subject: Small bug fixes --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 0d667f5..7b16769 100644 --- a/src/App.js +++ b/src/App.js @@ -85,7 +85,7 @@ class App extends Component { settings[key] = defaultSettings[key]; } }); - localStorage.setItem("settings", JSON.stringify(defaultSettings)); + localStorage.setItem("settings", JSON.stringify(settings)); this.setState({ nightMode: settings.nightMode }); } } -- cgit v1.2.1-18-gbd029