mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
@@ -938,7 +938,7 @@ Returns whether the window is visible on all workspaces.
|
||||
|
||||
Makes the window ignore all mouse events.
|
||||
|
||||
All mouse events happened in this window will be passed to the window bellow
|
||||
All mouse events happened in this window will be passed to the window below
|
||||
this window, but if this window has focus, it will still receive keyboard
|
||||
events.
|
||||
|
||||
|
||||
@@ -206,7 +206,7 @@ Sets the proxy settings.
|
||||
When `pacScript` and `proxyRules` are provided together, the `proxyRules`
|
||||
option is ignored and `pacScript` configuration is applied.
|
||||
|
||||
The `proxyRules` has to follow the rules bellow:
|
||||
The `proxyRules` has to follow the rules below:
|
||||
|
||||
```
|
||||
proxyRules = schemeProxies[";"<schemeProxies>]
|
||||
|
||||
Reference in New Issue
Block a user