Skip to content

Commit

Permalink
Fix Braun and date option
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Aug 28, 2014
1 parent eb02c19 commit 647850c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Clock/Classes/Defaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ class Defaults: NSObject {

var drawsDate: Bool {
didSet {
setBool(drawsNumbers, forKey: DateDefaultsKey)
setBool(drawsDate, forKey: DateDefaultsKey)
}
}

var drawsLogo: Bool {
didSet {
setBool(drawsNumbers, forKey: LogoDefaultsKey)
setBool(drawsLogo, forKey: LogoDefaultsKey)
}
}

Expand Down

0 comments on commit 647850c

Please sign in to comment.