#Config file changes do not apply
7 messages · Page 1 of 1 (latest)
show me a pic how you try to change it and what you want to change.
inside your tauri.conf.json > app > window you can do
{
"label": "main", // to get your window
"title": "myapp-window", // in windows it is your taskbar name, titlebar where your app icon is and in your main process
"width": 1000,
"height": 800
and in windows you have a process called WebView2 Manager to change the window title there you can use the <title>MyApp Window</title> inside your index.html
it would look like:
WebView2 Manager
WebView2: MyApp Window