Refresh Page On Client After Saving Changed Logo

This commit is contained in:
Cody 2023-12-23 11:26:57 -08:00 committed by GitHub
parent 49f7ee6042
commit 006cd1ee89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -581,7 +581,8 @@
site.LogoFileId = logofileid;
if (logofileid != _logofileid)
{
reload = true;
_logofileid = logofileid;
refresh = true;
}
}
int? faviconFieldId = _faviconfilemanager.GetFileId();