diff --git a/Send/Controllers/UploadViewController.m b/Send/Controllers/UploadViewController.m index 0e6515e..3b73eca 100644 --- a/Send/Controllers/UploadViewController.m +++ b/Send/Controllers/UploadViewController.m @@ -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]; }); }