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 55b311a commit c51862cCopy full SHA for c51862c
resources/views/docs/1/the-basics/app-lifecycle.md
@@ -40,21 +40,7 @@ class NativeAppServiceProvider
40
*/
41
public function boot(): void
42
{
43
- Menu::new()
44
- ->appMenu()
45
- ->submenu('About', Menu::new()
46
- ->link('https://nativephp.com', 'NativePHP')
47
- )
48
- ->submenu('View', Menu::new()
49
- ->toggleFullscreen()
50
- ->separator()
51
- ->toggleDevTools()
52
53
- ->register();
54
-
55
- Window::open()
56
- ->width(800)
57
- ->height(800);
+ Window::open();
58
}
59
60
```
0 commit comments