Debug: rename restart button to Gateway

main
Peter Steinberger 2025-12-09 16:16:14 +00:00
parent e40f9c9730
commit a86963d62d
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ struct DebugSettings: View {
HStack {
Button("Restart app") { self.relaunch() }
Button("Reveal app in Finder") { self.revealApp() }
Button("Restart relay") { self.restartRelay() }
Button("Restart Gateway") { self.restartRelay() }
}
.buttonStyle(.bordered)
Spacer(minLength: 8)