Cleaning Advanced settings
This commit is contained in:
parent
99e1486df5
commit
98f06fd15f
1 changed files with 3 additions and 5 deletions
|
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<div class="settings-list list">
|
<div class="settings-list list">
|
||||||
<div class="item item-divider" translate>Wallet Operation</div>
|
|
||||||
|
|
||||||
<ion-toggle class="has-comment" ng-model="spendUnconfirmed.value" toggle-class="toggle-balanced" ng-change="spendUnconfirmedChange()">
|
<ion-toggle class="has-comment" ng-model="spendUnconfirmed.value" toggle-class="toggle-balanced" ng-change="spendUnconfirmedChange()">
|
||||||
<span class="toggle-label" translate>Use Unconfirmed Funds</span>
|
<span class="toggle-label" translate>Use Unconfirmed Funds</span>
|
||||||
</ion-toggle>
|
</ion-toggle>
|
||||||
<div class="comment" translate>
|
<div class="comment" translate>
|
||||||
If enabled, wallets will also try to spend unconfirmed funds. This option may cause transaction delays.
|
If enabled, wallets will also try to spend unconfirmed funds. This option may cause transaction delays.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="item item-divider"></div>
|
||||||
|
|
||||||
<ion-toggle class="has-comment" ng-show="!isWP" ng-model="recentTransactionsEnabled.value" toggle-class="toggle-balanced" ng-change="recentTransactionsChange()">
|
<ion-toggle class="has-comment" ng-show="!isWP" ng-model="recentTransactionsEnabled.value" toggle-class="toggle-balanced" ng-change="recentTransactionsChange()">
|
||||||
<span class="toggle-label" translate>Recent Transaction Card</span>
|
<span class="toggle-label" translate>Recent Transaction Card</span>
|
||||||
|
|
@ -23,13 +23,11 @@
|
||||||
If enabled, the Recent Transactions card - a list of transactions occuring across all wallets - will appear in the Home tab.
|
If enabled, the Recent Transactions card - a list of transactions occuring across all wallets - will appear in the Home tab.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="item item-divider"></div>
|
||||||
|
|
||||||
<ion-toggle ng-model="hideNextSteps.value" toggle-class="toggle-balanced" ng-change="nextStepsChange()">
|
<ion-toggle ng-model="hideNextSteps.value" toggle-class="toggle-balanced" ng-change="nextStepsChange()">
|
||||||
<span class="toggle-label" translate>Hide Next Steps Card</span>
|
<span class="toggle-label" translate>Hide Next Steps Card</span>
|
||||||
</ion-toggle>
|
</ion-toggle>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
</ion-view>
|
</ion-view>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue