Function app_title

Source
pub fn app_title() -> Option<String>
Expand description

Get the title of the application, usually set by the Dioxus.toml.

This is used to set the title of the desktop window if the app itself doesn’t set it.