Show on all displays (again)
This commit is contained in:
parent
66fdd2525d
commit
b8f8202b0b
1 changed files with 0 additions and 6 deletions
|
|
@ -228,12 +228,6 @@ impl cosmic::Application for App {
|
||||||
OutputEvent::Created(_output_info_opt) => {
|
OutputEvent::Created(_output_info_opt) => {
|
||||||
log::info!("output {}: created", output.id());
|
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;
|
let surface_id = self.next_surface_id;
|
||||||
self.next_surface_id.0 += 1;
|
self.next_surface_id.0 += 1;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue