Skip to content

Commit

Permalink
Update GeneralSettings.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Nov 1, 2024
1 parent fa93516 commit a1a6e22
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions BTCPayServer/Views/UIStores/GeneralSettings.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</div>
</div>
</div>

<div class="form-group">
<div class="d-flex align-items-center justify-content-between gap-2">
<label asp-for="LogoFile" class="form-label"></label>
Expand Down Expand Up @@ -198,13 +198,6 @@
<vc:icon symbol="info"/>
</a>
</div>
<div class="d-flex align-items-center my-3">
<input asp-for="ShowRecommendedFee" type="checkbox" class="btcpay-toggle me-3" />
<div>
<label asp-for="ShowRecommendedFee" class="form-check-label"></label>
<div class="form-text" text-translate="true">Fee will be shown for BTC and LTC onchain payments only.</div>
</div>
</div>
<div class="form-group">
<label asp-for="RecommendedFeeBlockTarget" class="form-label"></label>
<div class="input-group">
Expand Down

0 comments on commit a1a6e22

Please sign in to comment.