We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f08bd commit 60dc3c6Copy full SHA for 60dc3c6
src/Facades/MenuBar.php
@@ -14,6 +14,7 @@
14
* @method static void icon(string $icon)
15
* @method static void resize(int $width, int $height)
16
* @method static void contextMenu(Menu $contextMenu)
17
+ * @method static void webPreferences(array $preferences)
18
*/
19
class MenuBar extends Facade
20
{
src/Facades/Window.php
@@ -21,6 +21,7 @@
21
* @method static void preventLeaveDomain(bool $preventLeaveDomain = true)
22
* @method static void preventLeavePage(bool $preventLeavePage = true): self
23
* @method static void suppressNewWindows()
24
25
26
class Window extends Facade
27
0 commit comments