mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: add font size on no-label mini module
This commit is contained in:
@@ -59,7 +59,6 @@ internal class ClockReader: Reader<Date> {
|
||||
guard let serverDate = self.requestTime(server: server) else { return }
|
||||
let newOffset = serverDate.timeIntervalSince(Date())
|
||||
self._offset = newOffset
|
||||
self.alignOffset = newOffset
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user