mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add window title
This commit is contained in:
@@ -26,6 +26,7 @@ namespace DATabase
|
|||||||
DBTools.EnsureDatabase(_dbName, _connectionString);
|
DBTools.EnsureDatabase(_dbName, _connectionString);
|
||||||
Remapping.CreateRemappings();
|
Remapping.CreateRemappings();
|
||||||
Console.Clear();
|
Console.Clear();
|
||||||
|
Console.Title = "DATabase " + _version;
|
||||||
|
|
||||||
// If there's no arguments, show the menu
|
// If there's no arguments, show the menu
|
||||||
if (args.Length == 0)
|
if (args.Length == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user