mirror of
https://github.com/wismna/ModernKeePassLib.git
synced 2025-10-03 15:40:20 -04:00
Update to version 2.42.1
Some changes Removed FutureAccesList code as it works only with UWP
This commit is contained in:
@@ -87,7 +87,7 @@ namespace ModernKeePassLib.Interfaces
|
||||
bool SetText(string strNewText, LogStatusType lsType);
|
||||
|
||||
/// <summary>
|
||||
/// Check if the user cancelled the current work.
|
||||
/// Check whether the user cancelled the current work.
|
||||
/// </summary>
|
||||
/// <returns>Returns <c>true</c> if the caller should continue
|
||||
/// the current work.</returns>
|
||||
|
@@ -66,7 +66,7 @@ namespace ModernKeePassLib.Interfaces
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Flag that determines if the object does expire.
|
||||
/// Flag that determines whether the object expires.
|
||||
/// </summary>
|
||||
bool Expires
|
||||
{
|
||||
|
Reference in New Issue
Block a user