mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
Fixed issue with KDB files not being saved on Cmd+S
This commit is contained in:
@@ -183,12 +183,10 @@ typedef NS_ENUM(NSUInteger, MPAlertContext) {
|
||||
[self editPassword:sender];
|
||||
return;
|
||||
}
|
||||
else {
|
||||
/* All set and good ready to save */
|
||||
[[self document] saveDocument:sender];
|
||||
}
|
||||
|
||||
/* All set and good ready to save */
|
||||
[[self document] saveDocument:sender];
|
||||
}
|
||||
|
||||
- (void)exportDatabase:(id)sender {
|
||||
NSSavePanel *savePanel = [NSSavePanel savePanel];
|
||||
[savePanel setAllowsOtherFileTypes:YES];
|
||||
|
||||
Reference in New Issue
Block a user