rename folder keepass2android => keepass2android-app

This commit is contained in:
Philipp Crocoll
2025-01-07 11:20:08 +01:00
parent 738d59dbda
commit 409f6b9981
783 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace keepass2android
{
public enum FingerprintUnlockMode
{
Disabled = 0,
QuickUnlock = 1,
FullUnlock = 2,
}
}