diff --git a/examples/editor-orbclient/src/main.rs b/examples/editor-orbclient/src/main.rs index f2b132a..67c0f0a 100644 --- a/examples/editor-orbclient/src/main.rs +++ b/examples/editor-orbclient/src/main.rs @@ -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();