Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
API.md: fix link to Electron Frameless Window (fix #1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronjouch committed May 20, 2022
1 parent 4c6d0b1 commit 59a4bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ Prevents application from being run multiple times. If such an attempt occurs th
--title-bar-style <value>
```

_[New in 7.6.4]_ (macOS only) Sets the style for the app's title bar. See more details at electron's [Frameless Window](https://github.com/electron/electron/blob/master/docs/api/frameless-window.md#alternatives-on-macos) documentation.
_[New in 7.6.4]_ (macOS only) Sets the style for the app's title bar. See more details at electron's [Frameless Window](https://www.electronjs.org/pt/docs/latest/api/frameless-window) documentation.

Consider injecting a custom CSS (via `--inject`) for better integration. Specifically, the CSS should specify a draggable region. For instance, if the target website has a `<header>` element, you can make it draggable like so.

Expand Down

0 comments on commit 59a4bb8

Please sign in to comment.