mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: added option to show all widgets per module as one item in the menu bar. It's an early feature, so there is a bugs. To work fine with this feature a lot of widgets must be adjusted. It supports organizing the elements right from the widget selector settings already. IT'S AN EARLY FEATURE!
This commit is contained in:
@@ -125,7 +125,7 @@ public class Battery: Module {
|
||||
self.checkHighNotification(value: value)
|
||||
self.popupView.usageCallback(value)
|
||||
|
||||
self.widgets.filter{ $0.isActive }.forEach { (w: Widget) in
|
||||
self.menuBar.widgets.filter{ $0.isActive }.forEach { (w: Widget) in
|
||||
switch w.item {
|
||||
case let widget as Mini:
|
||||
widget.setValue(abs(value.level))
|
||||
|
||||
Reference in New Issue
Block a user