UPD: Save password immediately

This commit is contained in:
Alexander Koblov 2015-09-24 19:10:47 +00:00
commit ece2d7af4b

View file

@ -133,6 +133,8 @@ end;
constructor TPasswordStore.Create(const AFileName: String);
begin
inherited Create(AFileName);
CacheUpdates:= False;
if ReadOnly then DCDebug('Read only password store!');
FMasterKeyHash:= ReadString('General', 'MasterKey', EmptyStr);
end;