Skip to content

Commit

Permalink
Do not show TRC for the Main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorkert committed Dec 18, 2024
1 parent 1e1910b commit 02c388d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LoopFollow/Remote/Settings/RemoteSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 02c388d

Please sign in to comment.