Enhanced KDB file handling

Locking now stores as KDB internally not just to disk
Logging when data loss occurs
This commit is contained in:
michael starke
2017-11-01 17:34:27 +01:00
parent 65a3bdc992
commit da7a247382
2 changed files with 7 additions and 2 deletions

View File

@@ -76,7 +76,6 @@ typedef NS_ENUM(NSInteger, MPIconDownloadStatus) {
}
- (IBAction)downloadIcon:(id)sender {
//self.downloadStatus = MPIconDownloadStatusProgress;
KPKNode *node = self.representedObject;
if(!node.asEntry) {
return;