use PNG logo for QR code instead of SVG logo (#2028)

SVG causes rendering issues on some browsers unfortunately
This commit is contained in:
Pavol Rusnak 2023-10-12 12:59:02 +02:00 committed by GitHub
parent 4ec6a055d9
commit 6457f7b5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class ThemesSettings(LNbitsSettings):
lnbits_ad_space_enabled: bool = Field(default=False)
lnbits_allowed_currencies: List[str] = Field(default=[])
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):

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB