Merge branch 'dev' into fix/network-state-change

This commit is contained in:
Aveline 2025-11-21 13:25:15 +01:00 committed by GitHub
commit 7f8b0b01fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ func (s *State) doUpdate(ctx context.Context, params UpdateParams) error {
if !appUpdate.pending && !systemUpdate.pending {
scopedLogger.Info().Msg("No updates available")
s.updating = false
s.triggerStateUpdate()
return nil
}