change panel wording in browser-window

This commit is contained in:
andreiisaila
2022-06-02 17:04:28 +02:00
parent fc958f7d46
commit 6f3f80f94a
3 changed files with 4 additions and 12 deletions

View File

@@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run precommit

View File

@@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run prepack

View File

@@ -432,10 +432,10 @@ Possible values are:
(`kCGDesktopWindowLevel - 1`). Note that desktop window will not receive
focus, keyboard or mouse events, but you can use `globalShortcut` to receive
input sparingly.
* The `panel` type sets the window level to float (`NSFloatingWindowLevel`) and
makes it appear in all spaces. The `NSWindowStyleMaskNonactivatingPanel` style
mask is added on runtime, such that the window can float on top of full-screened
apps.
* The `panel` type enables the window to float on top of full-screened apps
by adding the `NSWindowStyleMaskNonactivatingPanel` style mask,normally
reserved for NSPanel, at runtime. Also, the window will appear on all
spaces (desktops).
* On Windows, possible type is `toolbar`.
### Instance Events