mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: small codebase refactoring (mostly removed unused code and changes in access control)
This commit is contained in:
@@ -112,7 +112,7 @@ public class Sensors: Module {
|
||||
value = "\(f.percentage)%"
|
||||
}
|
||||
}
|
||||
list.append(Stack_t(key: s.key, value: value, additional: s.name))
|
||||
list.append(Stack_t(key: s.key, value: value))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user