Allow notify user if update checking not explicitly set

This commit is contained in:
Michael Shamoon
2022-04-02 10:10:49 -07:00
parent a4e7877033
commit 440467e304
5 changed files with 51 additions and 19 deletions

View File

@@ -6,6 +6,7 @@ import { environment } from 'src/environments/environment'
export interface AppRemoteVersion {
version: string
update_available: boolean
feature_is_set: boolean
}
@Injectable({