소스 검색

fixed default fg color on windows

master
Robin Thoni 7 년 전
부모
커밋
57fd5d1a06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      uqac-ia-aspirobot/UI/UiConsole.cs

+ 1
- 1
uqac-ia-aspirobot/UI/UiConsole.cs 파일 보기

@@ -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
             {

Loading…
취소
저장