Controls, Startup&Driver improvements
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace FileTime.ConsoleUI.App.Configuration;
|
||||
|
||||
public class ConsoleApplicationConfiguration
|
||||
{
|
||||
public string? ConsoleDriver { get; set; }
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
using TerminalUI.Models;
|
||||
using TerminalUI.Color;
|
||||
using TerminalUI.Models;
|
||||
|
||||
namespace FileTime.ConsoleUI.App;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user