2
0

Properly deactivate when copying password so previous app regains focus and signOut happens properly.

This commit is contained in:
Maarten Billemont 2017-04-13 11:32:38 -04:00
parent a7912dd1b7
commit d91140439a

View File

@ -478,7 +478,7 @@
// Performing action while content is available. Copy it.
[self copyContent:self.shiftPressed? selectedSite.answer: selectedSite.content];
[self.window close];
[NSApp hide:nil];
NSUserNotification *notification = [NSUserNotification new];
notification.title = @"Password Copied";