Skip to content

Commit c51c574

Browse files
authored
Merge pull request #62 from electron/hidden-inset
hidden-inset -> hiddenInset
2 parents df59c08 + 75e9489 commit c51c574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-smoke/electron/test/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ app.on("ready", () => {
349349
window = new BrowserWindow({
350350
width: 800,
351351
height: 600,
352-
titleBarStyle: "hidden-inset",
352+
titleBarStyle: "hiddenInset",
353353
});
354354
window.loadURL("https://github.com");
355355
});

vendor/fetch-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const mkdirp = require('mkdirp').sync
77
const os = require('os')
88

99
const downloadPath = path.join(os.tmpdir(), 'electron-api-tmp')
10-
const ELECTRON_COMMIT = '02972fac86ffd2d87c5513840b0f303886257e07'
10+
const ELECTRON_COMMIT = 'cb3c5ded0f99a15edc99b61d227d135f7c3521c8'
1111

1212
rm(downloadPath)
1313

0 commit comments

Comments
 (0)