moved reference builder popup code to entry inspector

This commit is contained in:
michael starke
2017-11-06 11:52:35 +01:00
parent eaba7a6da3
commit 3db0e55b8f
7 changed files with 30 additions and 20 deletions

View File

@@ -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) {