Fix winit::conversion on Windows

This commit is contained in:
Héctor Ramón Jiménez 2024-09-05 11:30:25 +02:00
parent b5cbb4a4e4
commit 14e686cd37
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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,
);
}