Skip to content

Commit

Permalink
chore: delete install notification after sending
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed May 3, 2024
1 parent df3aac8 commit 64f07e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lpac/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *Cmder) sendNotificationAfterDownloading(action func() error) error {
}
}
if installationNotificationSeqNumber > 0 {
return c.NotificationProcess(installationNotificationSeqNumber, false, nil)
return c.NotificationProcess(installationNotificationSeqNumber, true, nil)
}
return nil
}
Expand Down

0 comments on commit 64f07e0

Please sign in to comment.