Turn of wheel for deployment

This commit is contained in:
Garth Vander Houwen 2024-10-15 19:54:48 -07:00
parent f0838eace9
commit 2eb6ae08e9

View file

@ -131,7 +131,7 @@ struct TraceRouteLog: View {
.symbolRenderingMode(.hierarchical)
}
}
if selectedRoute?.hops?.count ?? 0 >= 3 {
if false {//selectedRoute?.hops?.count ?? 0 >= 3 {
HStack(alignment: .center) {
GeometryReader { geometry in
let size = ((geometry.size.width >= geometry.size.height ? geometry.size.height : geometry.size.width) / 2) - (idiom == .phone ? 45 : 85)