mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Style] Add Date to build title
This commit is contained in:
@@ -40,7 +40,7 @@ namespace SabreTools.Helper.Data
|
||||
Console.BackgroundColor = ConsoleColor.Blue;
|
||||
}
|
||||
|
||||
Console.Title = "SabreTools-" + name + " " + Constants.Version;
|
||||
Console.Title = name + " " + Constants.Version;
|
||||
|
||||
// Output the header
|
||||
Console.WriteLine(border);
|
||||
|
||||
Reference in New Issue
Block a user