mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Updated Settings page
Added new settings (history and clipboard) Renamed and moved Settings Vms
This commit is contained in:
@@ -46,6 +46,12 @@ namespace ModernKeePass.Infrastructure.KeePass
|
||||
set { _pwDatabase.HistoryMaxItems = value; }
|
||||
}
|
||||
|
||||
public long MaxHistorySize
|
||||
{
|
||||
get { return _pwDatabase.HistoryMaxSize; }
|
||||
set { _pwDatabase.HistoryMaxSize = value; }
|
||||
}
|
||||
|
||||
// Settings
|
||||
public bool IsRecycleBinEnabled
|
||||
{
|
||||
|
Reference in New Issue
Block a user