examples: fix libcosmic features, warnings, etc.
This commit is contained in:
parent
f39ad728c9
commit
05c6608842
23 changed files with 40 additions and 46 deletions
|
|
@ -113,6 +113,9 @@ where
|
|||
{
|
||||
fn update_title(&mut self) -> cosmic::app::Task<Message> {
|
||||
self.set_header_title(String::from("Calendar Demo"));
|
||||
self.set_window_title(String::from("Calendar Demo"))
|
||||
self.set_window_title(
|
||||
String::from("Calendar Demo"),
|
||||
self.core.main_window_id().unwrap(),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue