mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Clipboard action now sets an expiration timer
WIP Max History count (back-end done, front-end todo)
This commit is contained in:
@@ -40,6 +40,12 @@ namespace ModernKeePass.Infrastructure.KeePass
|
||||
public int Size { get; set; }
|
||||
public bool IsDirty { get; set; }
|
||||
|
||||
public int MaxHistoryCount
|
||||
{
|
||||
get { return _pwDatabase.HistoryMaxItems; }
|
||||
set { _pwDatabase.HistoryMaxItems = value; }
|
||||
}
|
||||
|
||||
// Settings
|
||||
public bool IsRecycleBinEnabled
|
||||
{
|
||||
|
Reference in New Issue
Block a user