GODT-1857: Dynamically update links related to version when setting the version on bridge [skip-ci]

This commit is contained in:
Romain LE JEUNE
2022-09-16 14:27:34 +02:00
parent 8a7c56e8fd
commit 8fe4ce456f
10 changed files with 1415 additions and 970 deletions

View File

@ -163,6 +163,7 @@ func (s *Service) NotifyManualUpdate(version updater.VersionInfo, canInstall boo
func (s *Service) SetVersion(update updater.VersionInfo) {
s.newVersionInfo = update
_ = s.SendEvent(NewUpdateVersionChangedEvent())
}
func (s *Service) NotifySilentUpdateInstalled() {