Add the following code
ConsoleWindow.singleton.consoleOutput.Font = ChatUI.singleton.textInput.Font;
ConsoleWindow.singleton.consoleInput.Font = ChatUI.singleton.textInput.Font;
The goal is to make the console fonts larger and clearer and better to watch.
Hope to adopt!
ConsoleWindow.singleton.consoleOutput.Font = ChatUI.singleton.textInput.Font;
ConsoleWindow.singleton.consoleInput.Font = ChatUI.singleton.textInput.Font;
The goal is to make the console fonts larger and clearer and better to watch.
Hope to adopt!