mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: added 60% battery level to the low level notification (#825)
This commit is contained in:
@@ -31,7 +31,8 @@ internal class Settings: NSStackView, Settings_v {
|
||||
KeyValue_t(key: "25%", value: "25%"),
|
||||
KeyValue_t(key: "30%", value: "30%"),
|
||||
KeyValue_t(key: "40%", value: "40%"),
|
||||
KeyValue_t(key: "50%", value: "50%")
|
||||
KeyValue_t(key: "50%", value: "50%"),
|
||||
KeyValue_t(key: "60%", value: "60%")
|
||||
]
|
||||
private let highLevelsList: [KeyValue_t] = [
|
||||
KeyValue_t(key: "Disabled", value: "Disabled"),
|
||||
|
||||
Reference in New Issue
Block a user