KDB files now get saved without telling the user he looses data. Extended info display in save dialog

This commit is contained in:
michael starke
2017-09-26 17:29:27 +02:00
parent fb49a4ac23
commit 61826229c8
4 changed files with 11 additions and 14 deletions

View File

@@ -258,7 +258,6 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
}
- (NSString *)fileTypeFromLastRunSavePanel {
/* TODO evaluate if this is still necessary! */
if(self.savePanelViewController) {
return [self.class fileTypeForVersion:self.savePanelViewController.selectedVersion];
}