From 13d5c4bb93cd106cc367621709543249c9838c3b Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Mon, 28 Aug 2023 20:32:23 -0500 Subject: [PATCH] Default to favicon if not Windows --- LANCommander/Services/GameService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANCommander/Services/GameService.cs b/LANCommander/Services/GameService.cs index f9c2a5b..09786c3 100644 --- a/LANCommander/Services/GameService.cs +++ b/LANCommander/Services/GameService.cs @@ -160,9 +160,9 @@ namespace LANCommander.Services { } + #endif return File.ReadAllBytes("favicon.png"); - #endif } }