Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
callms committed Jul 30, 2023
1 parent ca1c87c commit 3ca9788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdrip/Extensions/UserDefaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ extension UserDefaults {
}
}

/// - show slopes in alerts
/// - show slopes in alarms
var showSlopeInAlarms: Bool {
get {
return !bool(forKey: Key.hideSlopeInAlarms.rawValue)
Expand Down

0 comments on commit 3ca9788

Please sign in to comment.