mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 17:39:24 +00:00
Enhanced KDB file handling
Locking now stores as KDB internally not just to disk Logging when data loss occurs
This commit is contained in:
@@ -76,7 +76,6 @@ typedef NS_ENUM(NSInteger, MPIconDownloadStatus) {
|
||||
}
|
||||
|
||||
- (IBAction)downloadIcon:(id)sender {
|
||||
//self.downloadStatus = MPIconDownloadStatusProgress;
|
||||
KPKNode *node = self.representedObject;
|
||||
if(!node.asEntry) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user