Add Window::title getter on Windows and macOS
This commit is contained in:
parent
a7a7cc64cd
commit
08f9e374e0
11 changed files with 64 additions and 7 deletions
|
|
@ -347,6 +347,11 @@ impl Inner {
|
|||
warn!("`Window::theme` is ignored on iOS");
|
||||
None
|
||||
}
|
||||
|
||||
pub fn title(&self) -> String {
|
||||
warn!("`Window::title` is ignored on iOS");
|
||||
String::new()
|
||||
}
|
||||
}
|
||||
|
||||
pub struct Window {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue