mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
App: Light PoS on top of the existing PoS (#1909)
* Initial commit * review fixes * Fix padding of logo, readjust display font size when clearing numbers Co-authored-by: Kukks <evilkukka@gmail.com>
This commit is contained in:
@@ -49,6 +49,7 @@ namespace BTCPayServer.Models.AppViewModels
|
||||
public int[] CustomTipPercentages { get; set; }
|
||||
|
||||
public string CustomCSSLink { get; set; }
|
||||
public string CustomLogoLink { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string EmbeddedCSS { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user