📝 Normalize code tags
[ci skip]
This commit is contained in:
parent
741f8091b4
commit
7fa4b7c8b5
3 changed files with 5 additions and 5 deletions
|
@ -453,7 +453,7 @@ use this method to ensure single instance.
|
|||
An example of activating the window of primary instance when a second instance
|
||||
starts:
|
||||
|
||||
```js
|
||||
```javascript
|
||||
var myWindow = null;
|
||||
|
||||
var shouldQuit = app.makeSingleInstance(function(commandLine, workingDirectory) {
|
||||
|
@ -489,7 +489,7 @@ correctly when DWM composition is disabled).
|
|||
|
||||
Usage example:
|
||||
|
||||
```js
|
||||
```javascript
|
||||
let browserOptions = {width: 1000, height: 800};
|
||||
|
||||
// Make the window transparent only if the platform supports it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue