mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 15:12:21 +00:00
Updated Localization
Added configureable Table headers in Entry view
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
NSArray *classArray = [NSArray arrayWithObject:[NSURL class]];
|
||||
NSArray *arrayOfURLs = [draggingPasteBoard readObjectsForClasses:classArray options:nil];
|
||||
BOOL ok;
|
||||
BOOL ok = NO;
|
||||
for(NSURL *url in arrayOfURLs) {
|
||||
if([url isFileURL] || [url isFileReferenceURL]) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user