signal: hide indicator when all relays are connected

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
William Casarin
2026-05-18 12:12:11 -07:00
co-authored by Claude Opus 4.6
parent aae43cff3b
commit 945ebff880
+1 -1
View File
@@ -50,7 +50,7 @@ struct SignalView: View {
var body: some View {
Group {
if signal.max_signal > 0 {
if signal.max_signal > 0 && signal.signal < signal.max_signal {
NavigationLink(value: Route.RelayConfig) {
HStack(alignment: .bottom, spacing: Self.bar_spacing) {
ForEach(0..<Self.num_bars, id: \.self) { i in