mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
POS - CustomAmount disabled by default also for App
This commit is contained in:
parent
e0cbb7bede
commit
0e4544b2da
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace BTCPayServer.Client.Models
|
|||
public string Template { get; set; } = null;
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public PosViewType DefaultView { get; set; }
|
||||
public bool ShowCustomAmount { get; set; } = true;
|
||||
public bool ShowCustomAmount { get; set; } = false;
|
||||
public bool ShowDiscount { get; set; } = true;
|
||||
public bool EnableTips { get; set; } = true;
|
||||
public string CustomAmountPayButtonText { get; set; } = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue