mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 15:19:27 +00:00
Added simple hud overlay on double-click actions
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
[[NSPasteboard generalPasteboard] clearContents];
|
||||
[[NSPasteboard generalPasteboard] writeObjects:objects];
|
||||
self.isEmpty = NO;
|
||||
[self performSelector:@selector(clearContents) withObject:nil afterDelay:self.clearTimeout];
|
||||
[self performSelector:@selector(_clearPasteboardContents) withObject:nil afterDelay:self.clearTimeout];
|
||||
}
|
||||
|
||||
- (void)_clearPasteboardContents {
|
||||
|
||||
Reference in New Issue
Block a user