Skip to content

Commit d90cc88

Browse files
authored
clear package update notification if no updates are present anymore (#2852)
- closes #2842
1 parent 1de5e71 commit d90cc88

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
## __WORK IN PROGRESS__
55
-->
66

7+
## __WORK IN PROGRESS__
8+
* (foxriver76) clear package update notification if no updates are present anymore
9+
* (Gaspode69) fixed restarting controller on Windows systems
10+
711
## 6.0.9 (2024-07-20) - Kiera
812
* (foxriver76) provide method `getAdapterScopedPackageIdentifier` for adapters
913

packages/controller/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5720,6 +5720,7 @@ async function listUpdatableOsPackages(): Promise<void> {
57205720
const packages = await packManager.listUpgradeablePackages();
57215721

57225722
if (!packages.length) {
5723+
await notificationHandler.clearNotifications('system', 'packageUpdates', `system.host.${hostname}`);
57235724
return;
57245725
}
57255726

0 commit comments

Comments
 (0)