mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: clarify BrowserWindow and App API support status on Wayland (#48746)
* docs: clarify BrowserWindow API support in Wayland Co-authored-by: Mitchell Cohen <mitch.cohen@me.com> * typo fix Co-authored-by: Mitchell Cohen <mitch.cohen@me.com> * updated docs Co-authored-by: Mitchell Cohen <mitch.cohen@me.com> * wrapping Co-authored-by: Mitchell Cohen <mitch.cohen@me.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Mitchell Cohen <mitch.cohen@me.com>
This commit is contained in:
@@ -565,8 +565,9 @@ and subscribing to the `ready` event if the app is not ready yet.
|
||||
* `steal` boolean _macOS_ - Make the receiver the active app even if another app is
|
||||
currently active.
|
||||
|
||||
On Linux, focuses on the first visible window. On macOS, makes the application
|
||||
the active app. On Windows, focuses on the application's first window.
|
||||
On macOS, makes the application the active app. On Windows, focuses on the application's
|
||||
first window. On Linux, either focuses on the first visible window (X11) or requests
|
||||
focus but may instead show a notification or flash the app icon (Wayland).
|
||||
|
||||
You should seek to use the `steal` option as sparingly as possible.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user