mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +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 {
|
interface SettingsType {
|
||||||
debug: boolean;
|
debug: boolean;
|
||||||
checkForUpdates: boolean;
|
|
||||||
darkTheme: boolean;
|
darkTheme: boolean;
|
||||||
scrollOnNewLog: boolean;
|
scrollOnNewLog: boolean;
|
||||||
indentLogLines: boolean;
|
indentLogLines: boolean;
|
||||||
|
@ -34,7 +33,6 @@ const AuthContextDefaults: AuthInfo = {
|
||||||
|
|
||||||
const SettingsContextDefaults: SettingsType = {
|
const SettingsContextDefaults: SettingsType = {
|
||||||
debug: false,
|
debug: false,
|
||||||
checkForUpdates: true,
|
|
||||||
darkTheme: window.matchMedia('(prefers-color-scheme: dark)').matches,
|
darkTheme: window.matchMedia('(prefers-color-scheme: dark)').matches,
|
||||||
scrollOnNewLog: false,
|
scrollOnNewLog: false,
|
||||||
indentLogLines: false,
|
indentLogLines: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue