diff --git a/src/app.rs b/src/app.rs index d5541f8..34c6a0a 100644 --- a/src/app.rs +++ b/src/app.rs @@ -2002,9 +2002,8 @@ impl Application for App { .map(cosmic::app::Message::App), ); } - - self.complete_operations.insert(id, op); } + self.complete_operations.insert(id, op); } // Potentially show a notification commands.push(self.update_notification());