diff --git a/web/src/utils/Context.ts b/web/src/utils/Context.ts index 63ec849..c50a219 100644 --- a/web/src/utils/Context.ts +++ b/web/src/utils/Context.ts @@ -8,7 +8,6 @@ import { newRidgeState } from "react-ridge-state"; interface SettingsType { debug: boolean; - checkForUpdates: boolean; darkTheme: boolean; scrollOnNewLog: boolean; indentLogLines: boolean; @@ -34,7 +33,6 @@ const AuthContextDefaults: AuthInfo = { const SettingsContextDefaults: SettingsType = { debug: false, - checkForUpdates: true, darkTheme: window.matchMedia('(prefers-color-scheme: dark)').matches, scrollOnNewLog: false, indentLogLines: false,