You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since WebUI is about making GUI apps, I think it can be a good think to set a consistent title (/ allow more control over the title) from the backend via an API function that is provided by WebUI.
I think there might be some options/workarounds to fully prevent the localhost, this would then make a webui app feel even more like a native gui app. I didn't made any tests yet though.
Currently, upon a window start the window title is the
localhost
path until the windows is full loaded. Then the windows html<title>
is used.Similar to the
webui_set_icon
function awebui_set_title
function could be used to achive setting a consistent window title for a webui application.The text was updated successfully, but these errors were encountered: