aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Drop Serve/DropZone.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Drop Serve/DropZone.m b/Drop Serve/DropZone.m
index 6929e68..16b5e29 100644
--- a/Drop Serve/DropZone.m
+++ b/Drop Serve/DropZone.m
@@ -49,6 +49,8 @@
if ([files count] > 1) {
[_label setStringValue:@"Please drop a single folder"];
+
+ return NO;
}
NSString *file = [files objectAtIndex:0];