From e32acb8c167c8347dda4b05c570f31ff52a392bf Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Sat, 16 Nov 2024 15:53:15 +0100 Subject: [PATCH] fix: fixed swap notification id (#2208) --- Modules/RAM/notifications.swift | 2 +- Stats/Supporting Files/Info.plist | 2 +- Widgets/Supporting Files/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/RAM/notifications.swift b/Modules/RAM/notifications.swift index 6069a71f..b15b5e95 100644 --- a/Modules/RAM/notifications.swift +++ b/Modules/RAM/notifications.swift @@ -138,7 +138,7 @@ class Notifications: NotificationsWrapper { if self.swapState { let value = Units(bytes: Int64(value.swap.used)) let subtitle = "\(localizedString("Swap size")): \(value.getReadableMemory())" - self.checkDouble(id: self.freeID, value: value.toUnit(self.swapUnit), threshold: Double(self.swap), title: title, subtitle: subtitle) + self.checkDouble(id: self.swapID, value: value.toUnit(self.swapUnit), threshold: Double(self.swap), title: title, subtitle: subtitle) } } diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index 1ef610a5..3abd2781 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 633 + 634 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType diff --git a/Widgets/Supporting Files/Info.plist b/Widgets/Supporting Files/Info.plist index d7a83f31..0dc94118 100644 --- a/Widgets/Supporting Files/Info.plist +++ b/Widgets/Supporting Files/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 2.11.18 CFBundleVersion - 633 + 634 NSExtension NSExtensionPointIdentifier