mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: initialized Bluetooth module (#277)
This commit is contained in:
@@ -18,6 +18,7 @@ import Battery
|
||||
import Sensors
|
||||
import GPU
|
||||
import Fans
|
||||
import Bluetooth
|
||||
|
||||
let updater = macAppUpdater(user: "exelban", repo: "stats")
|
||||
var modules: [Module] = [
|
||||
@@ -28,7 +29,8 @@ var modules: [Module] = [
|
||||
Sensors(),
|
||||
Fans(),
|
||||
Network(),
|
||||
Battery()
|
||||
Battery(),
|
||||
Bluetooth()
|
||||
]
|
||||
|
||||
class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDelegate {
|
||||
|
||||
Reference in New Issue
Block a user