mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
ui: cleanup
This commit is contained in:
committed by
Aiden McClelland
parent
219f66ae8a
commit
39accaa382
@@ -87,6 +87,7 @@ export class StartupAlertsNotifier {
|
||||
|
||||
private async handleAppsCheck () {
|
||||
this.checkedAppsForUpdates = true
|
||||
|
||||
try {
|
||||
const availableApps = await this.apiService.getAvailableApps()
|
||||
if (!!availableApps.find(app => this.emver.compare(app.versionInstalled, app.versionLatest) === -1)) {
|
||||
|
||||
Reference in New Issue
Block a user