mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 15:40:20 -04:00
Working save capability
This commit is contained in:
@@ -679,7 +679,10 @@ namespace ModernKeePassLib
|
||||
using(Stream s = ft.OpenWrite())
|
||||
{
|
||||
kdbx.Save(s, null, KdbxFormat.Default, slLogger);
|
||||
}
|
||||
#if ModernKeePassLib
|
||||
IOConnectionInfo.Bytes = ((MemoryStream)s).ToArray();
|
||||
#endif
|
||||
}
|
||||
|
||||
ft.CommitWrite();
|
||||
}
|
||||
|
Reference in New Issue
Block a user