mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
parent
7929999c1c
commit
66ff52b012
|
@ -120,6 +120,9 @@ impl Window {
|
|||
attributes.preferred_theme,
|
||||
);
|
||||
|
||||
// Set transparency hint.
|
||||
window_state.set_transparent(attributes.transparent);
|
||||
|
||||
// Set the app_id.
|
||||
if let Some(name) = platform_attributes.name.map(|name| name.general) {
|
||||
window.set_app_id(name);
|
||||
|
|
Loading…
Reference in a new issue