Default to favicon if not Windows

dhcp-server
Pat Hartl 2023-08-28 20:32:23 -05:00
parent 434775623f
commit 13d5c4bb93
1 changed files with 1 additions and 1 deletions

View File

@ -160,9 +160,9 @@ namespace LANCommander.Services
{ {
} }
#endif
return File.ReadAllBytes("favicon.png"); return File.ReadAllBytes("favicon.png");
#endif
} }
} }