add some info texts, especialy for novice users to avoid some common misunderstandings. closes #46, closes #47
This commit is contained in:
@@ -161,7 +161,12 @@ namespace keepass2android.Io
|
||||
}
|
||||
}
|
||||
|
||||
public void Delete(IOConnectionInfo ioc)
|
||||
public bool UserShouldBackup
|
||||
{
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
public void Delete(IOConnectionInfo ioc)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user