tweak: use image that works for fav and qr as default (#3051)
This commit is contained in:
parent
adb9d24673
commit
a6bbddce41
3 changed files with 1 additions and 1 deletions
|
|
@ -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/favicon.ico")
|
||||
lnbits_qr_logo: str = Field(default="/static/images/favicon_qr_logo.png")
|
||||
lnbits_default_reaction: str = Field(default="confettiBothSides")
|
||||
lnbits_default_theme: str = Field(default="salvador")
|
||||
lnbits_default_border: str = Field(default="hard-border")
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
BIN
lnbits/static/images/favicon_qr_logo.png
Normal file
BIN
lnbits/static/images/favicon_qr_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue