mac: add browser webchat debug entry

This commit is contained in:
Peter Steinberger
2025-12-10 01:33:15 +01:00
parent 7871e705bf
commit 08f8f58971
3 changed files with 43 additions and 0 deletions

View File

@@ -141,6 +141,11 @@ struct MenuContent: View {
} label: {
Label("Send Test Notification", systemImage: "bell")
}
Button {
Task { await DebugActions.openChatInBrowser() }
} label: {
Label("Open Chat in Browser…", systemImage: "safari")
}
Divider()
Button {
DebugActions.restartGateway()