Explorar el Código

Fix title property not existing on some implementations

Bepis hace 5 años
padre
commit
f9fea9f77d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 			}