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 833ab2d39f
commit 106ab3fa7c
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({