mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 04:59:35 +00:00
moved reference builder popup code to entry inspector
This commit is contained in:
@@ -120,7 +120,7 @@ typedef NS_ENUM(NSInteger, MPIconDownloadStatus) {
|
||||
if(error) {
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
self.downloadStatus = MPIconDownloadStatusError;
|
||||
[NSApp presentError:error];
|
||||
//[NSApp presentError:error];
|
||||
});
|
||||
}
|
||||
if(data.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user