mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 01:09:23 +00:00
Fixed issue resulting in opening the fix autotype window instead of a new document window (fixes #668)
This also fixes an isse resulting to save request not being shown when closing the document window but when closing the fix-autotype window.
This commit is contained in:
@@ -68,7 +68,7 @@ NSString *const kMPIconCell = @"IconCell";
|
||||
|
||||
- (void)dealloc {
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
[self.window orderOut:self];
|
||||
[self.window performClose:self];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user