File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ public class CPU: Module {
174
174
self . portalView. callback ( value)
175
175
self . notificationsView. loadCallback ( value)
176
176
177
- self . menuBar. widgets. filter { $0. isActive } . forEach { ( w: SWidget ) in
177
+ self . menuBar. widgets. filter { $0. isActive } . forEach { [ self ] ( w: SWidget ) in
178
178
switch w. item {
179
179
case let widget as Mini : widget. setValue ( value. totalUsage)
180
180
case let widget as LineChart : widget. setValue ( value. totalUsage)
Original file line number Diff line number Diff line change 17
17
<key >CFBundleShortVersionString </key >
18
18
<string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleVersion </key >
20
- <string >692 </string >
20
+ <string >694 </string >
21
21
<key >Description </key >
22
22
<string >Simple macOS system monitor in your menu bar </string >
23
23
<key >LSApplicationCategoryType </key >
Original file line number Diff line number Diff line change 13
13
<key >CFBundleShortVersionString </key >
14
14
<string >2.11.39 </string >
15
15
<key >CFBundleVersion </key >
16
- <string >692 </string >
16
+ <string >694 </string >
17
17
<key >NSExtension </key >
18
18
<dict >
19
19
<key >NSExtensionPointIdentifier </key >
You can’t perform that action at this time.
0 commit comments