Compare commits

...

3 Commits

Author SHA1 Message Date
Paul Plant 65fcc4cfcd
Merge 5d86d0c6bc into 6377df1f69 2024-05-06 14:27:43 +02:00
Paul Plant 5d86d0c6bc Update XDripWatchComplication+Entry.swift 2024-05-06 14:27:29 +02:00
Johan Degraeve 6377df1f69
Merge pull request #535 from paulplant/develop
update background color for Watch accessoryRegular complication
2024-05-05 12:40:03 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -165,6 +165,6 @@ extension XDripWatchComplication.Entry {
extension XDripWatchComplication.Entry {
static var placeholder: Self {
.init(date: .now, widgetState: WidgetState(bgReadingValues: ConstantsWatchComplication.bgReadingValuesPlaceholderData, bgReadingDates: ConstantsWatchComplication.bgReadingDatesPlaceholderData(), isMgDl: true, slopeOrdinal: 4, deltaChangeInMgDl: 0, urgentLowLimitInMgDl: 70, lowLimitInMgDl: 90, highLimitInMgDl: 140, urgentHighLimitInMgDl: 180, keepAliveIsDisabled: false, liveDataIsEnabled: false))
.init(date: .now, widgetState: WidgetState(bgReadingValues: ConstantsWatchComplication.bgReadingValuesPlaceholderData, bgReadingDates: ConstantsWatchComplication.bgReadingDatesPlaceholderData(), isMgDl: true, slopeOrdinal: 4, deltaChangeInMgDl: 0, urgentLowLimitInMgDl: 70, lowLimitInMgDl: 90, highLimitInMgDl: 140, urgentHighLimitInMgDl: 180, keepAliveIsDisabled: false, liveDataIsEnabled: true))
}
}