feat(desktop): add focus debug toggle (#37465)

This commit is contained in:
Brendan Allan
2026-07-17 18:09:30 +08:00
committed by GitHub
parent 86978e7a8c
commit ba6cf38607
7 changed files with 159 additions and 1 deletions
+2
View File
@@ -240,6 +240,8 @@ const createPlatform = (windowState: DesktopWindowState): Platform => {
exportDebugLogs: () => window.api.exportDebugLogs(),
setForceFocus: (enabled) => window.api.setForceFocus(enabled),
recordFatalRendererError: (error) => window.api.recordFatalRendererError(error),
restart: async () => {