diff --git a/frontend/app/components/Client/DebugLog.tsx b/frontend/app/components/Client/DebugLog.tsx index ff3311530..0a5f8f292 100644 --- a/frontend/app/components/Client/DebugLog.tsx +++ b/frontend/app/components/Client/DebugLog.tsx @@ -17,8 +17,7 @@ function DebugLog() { const onChange = (checked: boolean) => { setShowLogs(checked) - options.verbose = checked - localStorage.setItem(KEY, JSON.stringify(options)) + options.logStuff(checked) } return (