Sfoglia il codice sorgente

Left align text in Enable Remote Control verbose hint

Andreas Stokholm 1 anno fa
parent
commit
3007951148

+ 1 - 1
FreeAPS/Sources/Modules/RemoteControlConfig/View/RemoteControlConfig.swift

@@ -52,7 +52,7 @@ extension RemoteControlConfig {
                     type: .boolean,
                     label: "Enable Remote Control",
                     miniHint: "Allow Trio to receive instructions, such as boluses and temp targets, from Loop Follow remotely.",
-                    verboseHint: VStack(spacing: 10) {
+                    verboseHint: VStack(alignment: .leading, spacing: 10) {
                         Text("Default: OFF").bold()
                         Text(
                             "When Remote Control is enabled, you can send boluses, overrides, temporary targets, carbs, and other commands to Trio via push notifications."