Fix operations not showing up in history
This commit is contained in:
parent
8668c18607
commit
00e5c15b95
1 changed files with 1 additions and 2 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue