diff --git a/src/App.jsx b/src/App.jsx index 5f899479..957ac41d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -368,7 +368,7 @@ function App(props) { codec, isDevMode, }; - reactLocalStorage.setObject("settings", this._settings); + reactLocalStorage.setObject("settings", settings); }; const onSendMessage = (msg) => {