mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Turn of wheel for deployment
This commit is contained in:
parent
f0838eace9
commit
2eb6ae08e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue