POS Cart: Add options for search and categories display (#5438)

This commit is contained in:
d11n
2023-11-13 13:59:14 +01:00
committed by GitHub
parent f2b1e5f93e
commit 96569ae4aa
11 changed files with 70 additions and 11 deletions

View File

@@ -28,6 +28,8 @@ namespace BTCPayServer.Client.Models
public PosViewType DefaultView { get; set; }
public bool ShowCustomAmount { get; set; } = false;
public bool ShowDiscount { get; set; } = true;
public bool ShowSearch { get; set; } = true;
public bool ShowCategories { get; set; } = true;
public bool EnableTips { get; set; } = true;
public string CustomAmountPayButtonText { get; set; } = null;
public string FixedAmountPayButtonText { get; set; } = null;