Skip to content

Commit

Permalink
Resolve issue #804
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-b-m committed Aug 18, 2024
1 parent 3dfa009 commit 2c54e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FreeAPS/Sources/APS/Storage/OverrideStorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ final class OverrideStorage {
save.smbIsOff = preset.smbIsOff
save.smbMinutes = preset.smbMinutes
save.uamMinutes = preset.uamMinutes
save.maxIOB = preset.maxIOB
save.target = preset.target
try? coredataContext.save()
}
Expand Down

0 comments on commit 2c54e1b

Please sign in to comment.