Bläddra i källkod

fixed default fg color on windows

master
Robin Thoni 7 år sedan
förälder
incheckning
57fd5d1a06
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      uqac-ia-aspirobot/UI/UiConsole.cs

+ 1
- 1
uqac-ia-aspirobot/UI/UiConsole.cs Visa fil

@@ -83,7 +83,7 @@ namespace uqac_ia_aspirobot.UI
83 83
         {
84 84
             if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
85 85
             {
86
-                Console.ForegroundColor = color.GetValueOrDefault(ConsoleColor.Black);
86
+                Console.ForegroundColor = color.GetValueOrDefault(ConsoleColor.White);
87 87
             }
88 88
             else
89 89
             {

Laddar…
Avbryt
Spara