Show on all displays (again)

This commit is contained in:
Jeremy Soller 2023-10-06 13:39:42 -06:00
parent 66fdd2525d
commit b8f8202b0b
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -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;