Adds the comment for client logo refresh boolean

This commit is contained in:
Cody 2023-12-23 12:02:58 -08:00 committed by GitHub
parent 006cd1ee89
commit 8ed11cdc07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -582,7 +582,7 @@
if (logofileid != _logofileid)
{
_logofileid = logofileid;
refresh = true;
refresh = true; // needs to be refreshed on client
}
}
int? faviconFieldId = _faviconfilemanager.GetFileId();