mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
docs: delete synopsis.md (#37580)
* docs: delete synopsis.md * remove code references to doc
This commit is contained in:
@@ -331,9 +331,6 @@ ipcMain.on('online-status-changed', (event, status: any) => {
|
||||
console.log(status);
|
||||
});
|
||||
|
||||
// Synopsis
|
||||
// https://github.com/electron/electron/blob/main/docs/api/synopsis.md
|
||||
|
||||
app.whenReady().then(() => {
|
||||
window = new BrowserWindow({
|
||||
width: 800,
|
||||
|
||||
Reference in New Issue
Block a user