From 59a4bb87f9281a5c6afba312f2dfb14469f42e8d Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Thu, 19 May 2022 23:04:00 -0400 Subject: [PATCH] API.md: fix link to Electron Frameless Window (fix #1382) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index a0a88c1..bb1c596 100644 --- a/API.md +++ b/API.md @@ -476,7 +476,7 @@ Prevents application from being run multiple times. If such an attempt occurs th --title-bar-style ``` -_[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 `
` element, you can make it draggable like so.