diff --git a/wowup-electron/src/app/pages/home/home.component.ts b/wowup-electron/src/app/pages/home/home.component.ts index ee05ca09..104d8687 100644 --- a/wowup-electron/src/app/pages/home/home.component.ts +++ b/wowup-electron/src/app/pages/home/home.component.ts @@ -2,7 +2,6 @@ import { interval, Subscription } from "rxjs"; import { filter, tap } from "rxjs/operators"; import { AfterViewInit, ChangeDetectionStrategy, Component, OnDestroy } from "@angular/core"; -import { MatSnackBar } from "@angular/material/snack-bar"; import { TranslateService } from "@ngx-translate/core"; import { AppConfig } from "../../../environments/environment"; diff --git a/wowup-electron/src/environments/environment.ts b/wowup-electron/src/environments/environment.ts index 30cb8061..90f95df1 100644 --- a/wowup-electron/src/environments/environment.ts +++ b/wowup-electron/src/environments/environment.ts @@ -9,4 +9,5 @@ export const AppConfig = { applicationInsightsKey: "4a53e8d9-796c-4f80-b1a6-9a058374dd6d", }, autoUpdateIntervalMs: 3600000, // 1 hour + appUpdateIntervalMs: 3600000, // 1 hour };