Fix operations not showing up in history

This commit is contained in:
Jeremy Soller 2024-09-20 08:50:41 -06:00
parent 8668c18607
commit 00e5c15b95
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

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