Upgrade Electron to 39.2.7 to fix macOS Tahoe GPU performance regression (#931)
This commit is contained in:
@@ -73,7 +73,7 @@ async function startServer() {
|
||||
|
||||
backendRpc.on(makeSaveDialogRpc(), async request => {
|
||||
// In browser mode, file saving is handled client-side via download
|
||||
return { canceled: true, filePath: undefined }
|
||||
return { canceled: true, filePath: '' }
|
||||
})
|
||||
|
||||
backendRpc.on(getAppVersion, async () => {
|
||||
|
||||
Reference in New Issue
Block a user