backup and export working with mnemonics
This commit is contained in:
parent
300881a180
commit
4c155b7895
9 changed files with 271 additions and 172 deletions
|
|
@ -36,8 +36,9 @@
|
|||
<span ng-style="{'color':index.backgroundColor}">█</span>
|
||||
</span>
|
||||
</li>
|
||||
<li class="line-b p20" ng-hide="preferences.externalIndex >= 0">
|
||||
<span translate>Encrypt Private Key</span>
|
||||
|
||||
<li class="line-b p20" ng-hide="preferences.externalIndex >= 0">
|
||||
<span translate>Request Password for Spending Funds</span>
|
||||
<switch id="network-name" name="encrypt" ng-model="encrypt" class="green right"></switch>
|
||||
</li>
|
||||
<li class="line-b p20" ng-show="preferences.externalIndex >= 0">
|
||||
|
|
@ -49,9 +50,9 @@
|
|||
</li>
|
||||
|
||||
<h4 class="title m0"> </h4>
|
||||
<li class="line-b p20" ng-click="$root.go('backup')">
|
||||
<li class="line-b p20" ng-click="$root.go('export')">
|
||||
<i class="icon-arrow-right3 size-24 right text-gray"></i>
|
||||
<span translate>Backup</span>
|
||||
<span translate>Export</span>
|
||||
</li>
|
||||
<li class="line-b p20" ng-click="$root.go('preferencesAdvanced')">
|
||||
<i class="icon-arrow-right3 size-24 right text-gray"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue