Default to favicon if not Windows
parent
434775623f
commit
13d5c4bb93
|
@ -160,9 +160,9 @@ namespace LANCommander.Services
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
return File.ReadAllBytes("favicon.png");
|
return File.ReadAllBytes("favicon.png");
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue