|
|
@@ -81,10 +81,9 @@ extension LiveActivitySettings {
|
|
|
""",
|
|
|
verboseHint: VStack(spacing: 10) {
|
|
|
Text("Default: OFF").bold()
|
|
|
- Text("""
|
|
|
-
|
|
|
- With Live Activities, Trio displays your choice of the following current data on your iPhone's Lock Screen and in the Dynamic Island:
|
|
|
- """)
|
|
|
+ Text(
|
|
|
+ "With Live Activities, Trio displays your choice of the following current data on your iPhone's Lock Screen and in the Dynamic Island:"
|
|
|
+ )
|
|
|
VStack(alignment: .leading) {
|
|
|
Text("• Current Glucose Reading")
|
|
|
Text("• IOB: Insulin On Board")
|
|
|
@@ -92,10 +91,9 @@ extension LiveActivitySettings {
|
|
|
Text("• Last Updated: Time of Last Loop Cycle")
|
|
|
Text("• Glucose Trend Chart")
|
|
|
}
|
|
|
- Text("""
|
|
|
-
|
|
|
- It allows you to refer to live information at a glance and perform quick actions in your diabetes management.
|
|
|
- """)
|
|
|
+ Text(
|
|
|
+ "It allows you to refer to live information at a glance and perform quick actions in your diabetes management."
|
|
|
+ )
|
|
|
},
|
|
|
headerText: "Display Live Data From Trio"
|
|
|
)
|
|
|
@@ -126,8 +124,12 @@ extension LiveActivitySettings {
|
|
|
selectedVerboseHint =
|
|
|
AnyView(
|
|
|
VStack(spacing: 10) {
|
|
|
- Text("Trio's Simple Lock Screen Widget only display current glucose reading, trend arrow, delta and the timestamp of the current reading.")
|
|
|
- Text("The Detailed Lock Screen Widget offers users a glucose chart as well as the ability to customize the information provided in the Detailed Widget using the following options:")
|
|
|
+ Text(
|
|
|
+ "Trio's Simple Lock Screen Widget only display current glucose reading, trend arrow, delta and the timestamp of the current reading."
|
|
|
+ )
|
|
|
+ Text(
|
|
|
+ "The Detailed Lock Screen Widget offers users a glucose chart as well as the ability to customize the information provided in the Detailed Widget using the following options:"
|
|
|
+ )
|
|
|
VStack(alignment: .leading) {
|
|
|
Text("• Current Glucose Reading")
|
|
|
Text("• IOB: Insulin On Board")
|