mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Added dirty behavior
Removed restore action (-> Move action wip) Added additional check on DB size before auto saving Code cleanup
This commit is contained in:
15
ModernKeePass/Common/Constants.cs
Normal file
15
ModernKeePass/Common/Constants.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace ModernKeePass.Common
|
||||
{
|
||||
public class Constants
|
||||
{
|
||||
public class File
|
||||
{
|
||||
public static int OneMegaByte => 1048576;
|
||||
}
|
||||
|
||||
public class Settings
|
||||
{
|
||||
public static string SaveSuspend => nameof(SaveSuspend);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user