Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
callms authored and Christopher Allène committed Sep 18, 2023
1 parent f00f359 commit cfc51a5
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 cfc51a5

Please sign in to comment.