Skip to content

Commit d7f1aa0

Browse files
authored
Update RemoteView.swift
1 parent cad3055 commit d7f1aa0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lara/views/tweaks/RemoteView.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,15 @@ struct RemoteView: View {
158158
} label: {
159159
Text("Enable UIKit Debug Overlay")
160160
}
161+
162+
Button {
163+
run("Enable Maps UIKit Debug Overlay") {
164+
let result = enable_debug_overlay(mgr.mapsProc)
165+
return "enable_debug_overlay() -> \(result)"
166+
}
167+
} label: {
168+
Text("Enable Maps UIKit Debug Overlay")
169+
}
161170

162171
/*
163172
Button {

0 commit comments

Comments
 (0)