mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added an option to specify the public IP address auto-refresh interval. Never will be a default option.
This commit is contained in:
@@ -66,6 +66,14 @@ public let CombinedModulesSpacings: [KeyValue_t] = [
|
||||
KeyValue_t(key: "8", value: "8", additional: 8)
|
||||
]
|
||||
|
||||
public let PublicIPAddressRefreshIntervals: [KeyValue_t] = [
|
||||
KeyValue_t(key: "never", value: "Never"),
|
||||
KeyValue_t(key: "separator", value: "separator"),
|
||||
KeyValue_t(key: "hour", value: "Every hour"),
|
||||
KeyValue_t(key: "12", value: "Every 12 hours"),
|
||||
KeyValue_t(key: "24", value: "Every 24 hours")
|
||||
]
|
||||
|
||||
public enum DataSizeBase: String {
|
||||
case bit
|
||||
case byte
|
||||
|
||||
Reference in New Issue
Block a user