Fix winit::conversion on Windows
This commit is contained in:
parent
b5cbb4a4e4
commit
14e686cd37
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ pub fn window_attributes(
|
|||
attributes = attributes
|
||||
.with_skip_taskbar(settings.platform_specific.skip_taskbar);
|
||||
|
||||
window_builder = window_builder.with_undecorated_shadow(
|
||||
attributes = attributes.with_undecorated_shadow(
|
||||
settings.platform_specific.undecorated_shadow,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue