mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
v2.11.16
This commit is contained in:
@@ -478,7 +478,7 @@ private class ClockView: NSStackView {
|
||||
|
||||
private func setTZ() {
|
||||
self.nameField.stringValue = "\(self.clock.name)"
|
||||
if let tz = Clock.zones.first(where: { $0.key == self.clock.tz }) {
|
||||
if let tz = Clock.zones.first(where: { $0.key == self.clock.tz }), tz.key != "local" {
|
||||
self.nameField.stringValue += " (\(tz.value))"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user