Skip to content

Commit

Permalink
fix: make sure to hide progress on upload finish
Browse files Browse the repository at this point in the history
  • Loading branch information
EETagent committed Feb 3, 2024
1 parent bceece9 commit cad479e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Send/Controllers/UploadViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ - (void)sendUploadCompleted {
[[self statusTextField] setStringValue:NSLocalizedString(@"Your file is encrypted and ready to send", @"Successful file upload status")];
[[self statusTextField] stopAnimating];
}

[DockProgress hideProgress];
});
}

Expand Down

0 comments on commit cad479e

Please sign in to comment.