mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added 90, 120, 180, 240, and 300 seconds to the update interval for the Disk reader (#1710)
This commit is contained in:
@@ -69,7 +69,7 @@ internal class Settings: NSStackView, Settings_v {
|
||||
self.intervalSelectView = selectSettingsRowV1(
|
||||
title: localizedString("Update interval"),
|
||||
action: #selector(changeUpdateInterval),
|
||||
items: ReaderUpdateIntervals.map{ "\($0) sec" },
|
||||
items: (ReaderUpdateIntervals + [90, 120, 180, 240, 300]).map{ "\($0) sec" },
|
||||
selected: "\(self.updateIntervalValue) sec"
|
||||
)
|
||||
self.addArrangedSubview(self.intervalSelectView!)
|
||||
|
||||
Reference in New Issue
Block a user