Properly deactivate when copying password so previous app regains focus and signOut happens properly.
This commit is contained in:
parent
a7912dd1b7
commit
d91140439a
@ -478,7 +478,7 @@
|
|||||||
|
|
||||||
// Performing action while content is available. Copy it.
|
// Performing action while content is available. Copy it.
|
||||||
[self copyContent:self.shiftPressed? selectedSite.answer: selectedSite.content];
|
[self copyContent:self.shiftPressed? selectedSite.answer: selectedSite.content];
|
||||||
[self.window close];
|
[NSApp hide:nil];
|
||||||
|
|
||||||
NSUserNotification *notification = [NSUserNotification new];
|
NSUserNotification *notification = [NSUserNotification new];
|
||||||
notification.title = @"Password Copied";
|
notification.title = @"Password Copied";
|
||||||
|
Loading…
Reference in New Issue
Block a user