Merge pull request #3407 from gabrielbazan7/feat/exportMetaData2
Incluiding address book and transaction history cache in export file
This commit is contained in:
commit
173bf4b13f
4 changed files with 171 additions and 56 deletions
|
|
@ -45,6 +45,14 @@
|
|||
</form>
|
||||
|
||||
<h4></h4>
|
||||
|
||||
<ul class="no-bullet m0">
|
||||
<li>
|
||||
<switch id="no-metaData" name="metaData" ng-model="metaData" class="green right"></switch>
|
||||
<span translate>Include address book and history cache</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="no-bullet m0" ng-show="index.canSign">
|
||||
<li>
|
||||
<switch id="no-sign" name="noSign" ng-model="noSign" class="green right"></switch>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue