Просмотр исходного кода

Do not show TRC for the Main branch

Jonas Björkert 1 год назад
Родитель
Сommit
02c388d221
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      LoopFollow/Remote/Settings/RemoteSettingsView.swift

+ 2 - 1
LoopFollow/Remote/Settings/RemoteSettingsView.swift

@@ -45,7 +45,8 @@ struct RemoteSettingsView: View {
                         Text("Nightscout").tag(RemoteType.nightscout)
                         if BuildDetails.default.branch?.lowercased() != "main" {
                             Text("Trio Remote Control").tag(RemoteType.trc)
-                        }                    }
+                        }
+                    }
                     .pickerStyle(MenuPickerStyle())
 
                     Text("Nightscout is the only option available for the released version of Trio.")