Skip to content

Commit 10b5170

Browse files
authored
fix: send notifications without specifying an appIcon (#237)
Bug: https://pms.uniontech.com/bug-view-335487.html
1 parent 213b416 commit 10b5170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lastore-daemon/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ func (m *Manager) cleanArchives(needNotify bool) (*Job, error) {
536536
string(system.EndStatus): func() error {
537537
// 清理完成的通知
538538
msg := gettext.Tr("Package cache wiped")
539-
go m.sendNotify(updateNotifyShow, 0, "deepin-appstore", "", msg, nil, nil, system.NotifyExpireTimeoutDefault)
539+
go m.sendNotify(updateNotifyShow, 0, "", "", msg, nil, nil, system.NotifyExpireTimeoutDefault)
540540
return nil
541541
},
542542
})

0 commit comments

Comments
 (0)