mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
add information note about caching
This commit is contained in:
parent
75418baf06
commit
8422a33081
1 changed files with 4 additions and 0 deletions
|
|
@ -114,10 +114,14 @@ class GeneralSettingsController(AdminController):
|
|||
AvatarInput(
|
||||
"receiver_avatar",
|
||||
"Receiver Avatar",
|
||||
infotext="For performance reasons, images are cached. "
|
||||
+ "It can take a few hours until they appear on the site.",
|
||||
),
|
||||
TopPhotoInput(
|
||||
"receiver_top_photo",
|
||||
"Receiver Panorama",
|
||||
infotext="For performance reasons, images are cached. "
|
||||
+ "It can take a few hours until they appear on the site.",
|
||||
),
|
||||
),
|
||||
Section(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue