use PNG logo for QR code instead of SVG logo (#2028)
SVG causes rendering issues on some browsers unfortunately
This commit is contained in:
parent
4ec6a055d9
commit
6457f7b5e6
2 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class ThemesSettings(LNbitsSettings):
|
||||||
lnbits_ad_space_enabled: bool = Field(default=False)
|
lnbits_ad_space_enabled: bool = Field(default=False)
|
||||||
lnbits_allowed_currencies: List[str] = Field(default=[])
|
lnbits_allowed_currencies: List[str] = Field(default=[])
|
||||||
lnbits_default_accounting_currency: Optional[str] = Field(default=None)
|
lnbits_default_accounting_currency: Optional[str] = Field(default=None)
|
||||||
lnbits_qr_logo: str = Field(default="/static/images/logos/lnbits.svg")
|
lnbits_qr_logo: str = Field(default="/static/images/logos/lnbits.png")
|
||||||
|
|
||||||
|
|
||||||
class OpsSettings(LNbitsSettings):
|
class OpsSettings(LNbitsSettings):
|
||||||
|
|
|
||||||
BIN
lnbits/static/images/logos/lnbits.png
Normal file
BIN
lnbits/static/images/logos/lnbits.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
Loading…
Add table
Add a link
Reference in a new issue