Do not set async by default

This commit is contained in:
Jeremy Soller 2022-10-25 09:31:51 -06:00
parent a19182507b
commit 3c573df261
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -26,7 +26,7 @@ fn main() {
1024 * display_scale as u32,
768 * display_scale as u32,
&format!("COSMIC TEXT - {}", font_system.locale),
&[WindowFlag::Resizable, WindowFlag::Async],
&[WindowFlag::Resizable],
)
.unwrap();