Skip to content

Commit

Permalink
Enhance: update msg for progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Feb 26, 2024
1 parent 15de8a9 commit ca6148d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/renderer/ui/sidebar-view/components/notification-bar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ const pushMsgToHistory = (
msg.progressId === newMsg.progressId
) {
msg.value = newMsg.value;
msg.name = newMsg.name;
msg.msg = newMsg.msg;
msg.additional = newMsg.additional;
msg.show = true;
updated = true;
}
Expand Down

0 comments on commit ca6148d

Please sign in to comment.