keepass2android/src/Kp2aBusinessLogic/PreferenceKey.cs

12 lines
241 B
C#

namespace keepass2android
{
/// <summary>
/// Keys which can be used to get a preference setting
/// </summary>
public enum PreferenceKey
{
remember_keyfile,
UseFileTransactions,
CheckForFileChangesOnSave
}
}