Do not set async by default
This commit is contained in:
parent
a19182507b
commit
3c573df261
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue