Selaa lähdekoodia

Instructions for Remote Type options

Jonas Björkert 1 vuosi sitten
vanhempi
commit
49f9179b3f
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      LoopFollow/Remote/Settings/RemoteSettingsView.swift

+ 8 - 0
LoopFollow/Remote/Settings/RemoteSettingsView.swift

@@ -38,6 +38,7 @@ struct RemoteSettingsView: View {
         NavigationView {
             Form {
                 // Remote Type Section
+                // Instructions for Remote Type options
                 Section {
                     Picker("Remote Type", selection: $viewModel.remoteType) {
                         Text("None").tag(RemoteType.none)
@@ -45,6 +46,13 @@ struct RemoteSettingsView: View {
                         Text("Trio Remote Control").tag(RemoteType.trc)
                     }
                     .pickerStyle(MenuPickerStyle())
+
+                    Text("Nightscout is the only option available for the released version of Trio.")
+                        .font(.footnote)
+                        .foregroundColor(.secondary)
+                    Text("Trio Remote Control requires a special version of Trio, which is under development in a private repository until sufficient testing is completed.")
+                        .font(.footnote)
+                        .foregroundColor(.secondary)
                 }
 
                 // User Information Section