Add window title

This commit is contained in:
Matt Nadareski
2016-03-25 01:27:00 -07:00
parent f6a733410a
commit 8fa4421253

View File

@@ -26,6 +26,7 @@ namespace DATabase
DBTools.EnsureDatabase(_dbName, _connectionString);
Remapping.CreateRemappings();
Console.Clear();
Console.Title = "DATabase " + _version;
// If there's no arguments, show the menu
if (args.Length == 0)