We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df59c08 + 75e9489 commit c51c574Copy full SHA for c51c574
test-smoke/electron/test/main.ts
@@ -349,7 +349,7 @@ app.on("ready", () => {
349
window = new BrowserWindow({
350
width: 800,
351
height: 600,
352
- titleBarStyle: "hidden-inset",
+ titleBarStyle: "hiddenInset",
353
});
354
window.loadURL("https://github.com");
355
vendor/fetch-docs.js
@@ -7,7 +7,7 @@ const mkdirp = require('mkdirp').sync
7
const os = require('os')
8
9
const downloadPath = path.join(os.tmpdir(), 'electron-api-tmp')
10
-const ELECTRON_COMMIT = '02972fac86ffd2d87c5513840b0f303886257e07'
+const ELECTRON_COMMIT = 'cb3c5ded0f99a15edc99b61d227d135f7c3521c8'
11
12
rm(downloadPath)
13
0 commit comments