Skip to content

Commit

Permalink
clear package update notification if no updates are present anymore (#…
Browse files Browse the repository at this point in the history
…2852)

- closes #2842
  • Loading branch information
foxriver76 authored Aug 2, 2024
1 parent 1de5e71 commit d90cc88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
* (foxriver76) clear package update notification if no updates are present anymore
* (Gaspode69) fixed restarting controller on Windows systems

## 6.0.9 (2024-07-20) - Kiera
* (foxriver76) provide method `getAdapterScopedPackageIdentifier` for adapters

Expand Down
1 change: 1 addition & 0 deletions packages/controller/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5720,6 +5720,7 @@ async function listUpdatableOsPackages(): Promise<void> {
const packages = await packManager.listUpgradeablePackages();

if (!packages.length) {
await notificationHandler.clearNotifications('system', 'packageUpdates', `system.host.${hostname}`);
return;
}

Expand Down

0 comments on commit d90cc88

Please sign in to comment.