forked from Silverfish/proton-bridge
Other: Put back missing force update GUI event
This commit is contained in:
@ -267,7 +267,7 @@ func (s *Service) watchEvents() { //nolint:funlen
|
||||
_ = s.SendEvent(NewMailApiCertIssue())
|
||||
|
||||
case events.UpdateForced:
|
||||
panic("TODO")
|
||||
_ = s.SendEvent(NewUpdateForceEvent(s.newVersionInfo.Version.String()))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user