mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Icon Overlay OS X: Complain if icon couldnt be loaded
This commit is contained in:
parent
2356601bb3
commit
79b547b83b
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ static IconCache* sharedInstance = nil;
|
|||
|
||||
if (image == nil)
|
||||
{
|
||||
NSLog(@"%@ Could not load %@", NSStringFromSelector(_cmd), path);
|
||||
return [NSNumber numberWithInt:-1];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue