mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 19:59:29 +00:00
Rudimentary auto type is working. Still some kinks on timing, etc.
This commit is contained in:
@@ -73,6 +73,7 @@ NSString *const MPPasteBoardControllerDidClearClipboard = @"com.hicknhack.macpas
|
||||
}
|
||||
|
||||
- (void)copyObjects:(NSArray *)objects {
|
||||
NSLog(@"ShoudlCopy %@", objects);
|
||||
/* Should we save the old content ?*/
|
||||
[[NSPasteboard generalPasteboard] clearContents];
|
||||
[[NSPasteboard generalPasteboard] writeObjects:objects];
|
||||
|
||||
Reference in New Issue
Block a user