Преглед изворни кода

Fix title property not existing on some implementations

Bepis пре 5 година
родитељ
комит
f9fea9f77d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      BepInEx/Console/Unix/LinuxConsoleDriver.cs

+ 1 - 1
BepInEx/Console/Unix/LinuxConsoleDriver.cs

@@ -94,7 +94,7 @@ namespace BepInEx.Unix
 			if (StdoutRedirected)
 				return;
 
-			if (UseMonoTtyDriver)
+			if (UseMonoTtyDriver && SafeConsole.TitleExists)
 			{
 				SafeConsole.Title = title;
 			}