format
This commit is contained in:
parent
b73d1586d3
commit
50315ac9f5
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ impl WaylandWindowState {
|
|||
|
||||
if let Some(titlebar) = options.titlebar {
|
||||
if let Some(title) = titlebar.title {
|
||||
toplevel.set_title(title.to_string());
|
||||
toplevel.set_title(title.to_string());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue