From b8f8202b0bf5daf7ad2ba94570ec1c85c693bfc1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 6 Oct 2023 13:39:42 -0600 Subject: [PATCH] Show on all displays (again) --- src/locker.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/locker.rs b/src/locker.rs index 3a9744c..ccc4968 100644 --- a/src/locker.rs +++ b/src/locker.rs @@ -228,12 +228,6 @@ impl cosmic::Application for App { OutputEvent::Created(_output_info_opt) => { log::info!("output {}: created", output.id()); - //TODO: COVER ALL OUTPUTS AFTER FIXING FOCUS BUG - if !self.surface_ids.is_empty() { - log::error!("COVER ALL OUTPUTS AFTER FIXING FOCUS BUG"); - return Command::none(); - } - let surface_id = self.next_surface_id; self.next_surface_id.0 += 1;