diff --git a/src/main.rs b/src/main.rs index e8ddcb2..ca5b5d3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -436,6 +436,7 @@ impl Application for App { img: None, }); // Close workspaces view if a window spawns while open + #[cfg(not(feature = "mock-backend"))] if self.visible { return self.hide(); }