Two gigaseconds #147

Merged
JanX2 merged 30 commits from two-gigaseconds into master 2021-05-06 22:50:26 -04:00
Showing only changes of commit 57a7dd0de9 - Show all commits

View file

@ -22,10 +22,10 @@ NSString * formatTimer(long minutes, long seconds, unichar prefix) {
- (void)awakeFromNib - (void)awakeFromNib
{ {
showTimeRemaining = [[NSUserDefaults standardUserDefaults] boolForKey:kTimerModeKey]; showTimeRemaining = [[NSUserDefaults standardUserDefaults] boolForKey:kTimerModeKey];
if (@available(macOS 10.15, *)) { if (@available(macOS 10.11, *)) {
fontAttributes = fontAttributes =
@{NSFontAttributeName : [NSFont monospacedSystemFontOfSize:13 @{NSFontAttributeName : [NSFont monospacedDigitSystemFontOfSize:13
weight:NSFontWeightMedium]}; weight:NSFontWeightRegular]};
[self update]; [self update];
} }
} }