Merge 50315ac9f5
into fff0ecead1
This commit is contained in:
commit
ccba674539
1 changed files with 6 additions and 0 deletions
|
@ -155,6 +155,12 @@ impl WaylandWindowState {
|
||||||
BladeRenderer::new(gpu_context, &raw_window, config)?
|
BladeRenderer::new(gpu_context, &raw_window, config)?
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if let Some(titlebar) = options.titlebar {
|
||||||
|
if let Some(title) = titlebar.title {
|
||||||
|
toplevel.set_title(title.to_string());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Ok(Self {
|
Ok(Self {
|
||||||
xdg_surface,
|
xdg_surface,
|
||||||
acknowledged_first_configure: false,
|
acknowledged_first_configure: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue