mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Minor change to title of console window
This commit is contained in:
@@ -37,7 +37,7 @@ namespace SabreTools.Helper
|
||||
|
||||
// Set the console to ready state
|
||||
Console.SetBufferSize(Console.BufferWidth, 999);
|
||||
Console.Title = name + " " + Build.Version;
|
||||
Console.Title = "SabreTools-" + name + " " + Build.Version;
|
||||
ConsoleColor formertext = Console.ForegroundColor;
|
||||
ConsoleColor formerback = Console.BackgroundColor;
|
||||
Console.ForegroundColor = ConsoleColor.Yellow;
|
||||
|
||||
Reference in New Issue
Block a user