Skip to content

How to change the App's name #561

Closed Answered by sukimumuu
pabloFdz asked this question in Q&A
Discussion options

You must be logged in to vote

To set the window title, chain the ->title($your_app_name) method after Window::open() in the NativeAppServiceProvider. This will update the application’s title/name

example :

Window::open()
    ->title('My Window');

docs :
https://nativephp.com/docs/desktop/1/the-basics/windows

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pabloFdz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants