allow PNG and GIF for favicon specification
This commit is contained in:
		| @ -71,7 +71,7 @@ | ||||
|                 <div class="row mb-1 align-items-center"> | ||||
|                     <Label Class="col-sm-3" For="favicon" HelpText="Specify a Favicon" ResourceKey="FavoriteIcon">Favicon: </Label> | ||||
|                     <div class="col-sm-9"> | ||||
|                         <FileManager FileId="@_faviconfileid" Filter="ico" @ref="_faviconfilemanager" /> | ||||
|                         <FileManager FileId="@_faviconfileid" Filter="ico,png,gif" @ref="_faviconfilemanager" /> | ||||
|                     </div> | ||||
|                 </div> | ||||
|                 <div class="row mb-1 align-items-center"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sbwalker
					sbwalker