Update to new libcosmic
This commit is contained in:
parent
c393cca602
commit
62df7291ad
3 changed files with 189 additions and 222 deletions
|
|
@ -171,8 +171,8 @@ impl App {
|
|||
None => format!("No Open File"),
|
||||
};
|
||||
let window_title = format!("{title} - COSMIC Text Editor");
|
||||
self.core.window.header_title = title.clone();
|
||||
self.set_title(window_title)
|
||||
self.set_header_title(title.clone());
|
||||
self.set_window_title(window_title)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue