mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Save password immediately
This commit is contained in:
parent
593587acdb
commit
ece2d7af4b
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue