2017-06-28 16:28:17 -03:00
|
|
|
<ion-view id="advanced-settings" class="settings" show-tabs>
|
2016-09-27 15:57:39 -03:00
|
|
|
<ion-nav-bar class="bar-royal">
|
|
|
|
|
<ion-nav-title>{{'Advanced Settings' | translate}}</ion-nav-title>
|
|
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
|
|
|
|
</ion-nav-bar>
|
|
|
|
|
|
|
|
|
|
<ion-content>
|
2016-10-12 22:01:48 -04:00
|
|
|
<div class="settings-list list">
|
2017-08-29 10:52:26 -03:00
|
|
|
|
|
|
|
|
<ion-toggle class="has-comment" ng-model="cashSupport.value" toggle-class="toggle-balanced" ng-change="cashSupportChange()">
|
|
|
|
|
<span class="toggle-label" translate>Support Bitcoin Cash</span>
|
|
|
|
|
</ion-toggle>
|
|
|
|
|
<div class="comment" translate>
|
2017-08-30 17:32:11 -03:00
|
|
|
Enable Bitcoin Cash wallet creation and operation within the App.
|
|
|
|
|
<a ng-click="learnMore()">Learn more</a>
|
2017-08-29 10:52:26 -03:00
|
|
|
</div>
|
|
|
|
|
|
2017-08-30 16:38:42 -03:00
|
|
|
|
2017-08-29 10:52:26 -03:00
|
|
|
|
2016-10-12 22:01:48 -04:00
|
|
|
<ion-toggle class="has-comment" ng-model="spendUnconfirmed.value" toggle-class="toggle-balanced" ng-change="spendUnconfirmedChange()">
|
2016-09-27 15:57:39 -03:00
|
|
|
<span class="toggle-label" translate>Use Unconfirmed Funds</span>
|
|
|
|
|
</ion-toggle>
|
2016-11-17 15:15:41 -05:00
|
|
|
<div class="comment" translate>
|
|
|
|
|
If enabled, wallets will also try to spend unconfirmed funds. This option may cause transaction delays.
|
2016-09-27 15:57:39 -03:00
|
|
|
</div>
|
2017-02-28 10:32:10 -03:00
|
|
|
|
2017-02-28 10:02:07 -03:00
|
|
|
<div class="item item-divider"></div>
|
2016-09-27 15:57:39 -03:00
|
|
|
|
2017-06-08 15:09:39 -03:00
|
|
|
<ion-toggle class="has-comment" ng-model="recentTransactionsEnabled.value" toggle-class="toggle-balanced" ng-change="recentTransactionsChange()">
|
2016-09-27 15:57:39 -03:00
|
|
|
<span class="toggle-label" translate>Recent Transaction Card</span>
|
|
|
|
|
</ion-toggle>
|
2016-11-17 15:15:41 -05:00
|
|
|
<div class="comment" translate>
|
|
|
|
|
If enabled, the Recent Transactions card - a list of transactions occuring across all wallets - will appear in the Home tab.
|
|
|
|
|
</div>
|
|
|
|
|
|
2017-02-28 10:02:07 -03:00
|
|
|
<div class="item item-divider"></div>
|
2017-01-31 16:32:45 -03:00
|
|
|
|
2017-06-08 15:09:39 -03:00
|
|
|
<ion-toggle ng-model="hideNextSteps.value" ng-if="!isWindowsPhoneApp" toggle-class="toggle-balanced" ng-change="nextStepsChange()">
|
2017-01-31 16:32:45 -03:00
|
|
|
<span class="toggle-label" translate>Hide Next Steps Card</span>
|
|
|
|
|
</ion-toggle>
|
2016-09-27 15:57:39 -03:00
|
|
|
</div>
|
|
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|