added option to copy an entry
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="database\CheckDatabaseForChanges.cs" />
|
||||
<Compile Include="database\edit\CopyEntry.cs" />
|
||||
<Compile Include="database\edit\DeleteMultipleItems.cs" />
|
||||
<Compile Include="database\edit\EditGroup.cs" />
|
||||
<Compile Include="database\edit\MoveElements.cs" />
|
||||
|
||||
@@ -62,6 +62,7 @@ namespace keepass2android
|
||||
DeletingItems,
|
||||
AskDeletePermanentlyItems,
|
||||
AskDeletePermanentlyItemsNoRecycle,
|
||||
InOfflineMode
|
||||
InOfflineMode,
|
||||
DuplicateTitle
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user