mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(web): remove unused checkForUpdates
JSON object (#1638)
This commit is contained in:
parent
f3c7946e52
commit
472d327308
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue