tweak: use qr code image for favicon as well (#3031)

use qr code image for favicon as well
This commit is contained in:
Arc
2025-03-12 12:12:43 +01:00
committed by GitHub
parent 1833adc0a1
commit 28e32a54a4
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ class ThemesSettings(LNbitsSettings):
lnbits_ad_space_enabled: bool = Field(default=False)
lnbits_allowed_currencies: list[str] = Field(default=[])
lnbits_default_accounting_currency: str | None = Field(default=None)
lnbits_qr_logo: str = Field(default="/static/images/logos/lnbits.png")
lnbits_qr_logo: str = Field(default="/static/favicon.ico")
lnbits_default_reaction: str = Field(default="confettiBothSides")
lnbits_default_theme: str = Field(default="salvador")
lnbits_default_border: str = Field(default="hard-border")