mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add console titles
This commit is contained in:
@@ -17,6 +17,8 @@ namespace DatSplit
|
||||
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.Title = "DatSplit " + Build.Version;
|
||||
|
||||
// If we don't have arguments, show help
|
||||
if (args.Length == 0 && args.Length != 3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user