Optimization, UI improvements, Run command

This commit is contained in:
2022-02-05 00:04:27 +01:00
parent bca940372a
commit c061f658aa
31 changed files with 579 additions and 212 deletions

View File

@@ -67,7 +67,7 @@ namespace FileTime.ConsoleUI.App
{
if (_selectedTab != null)
{
await _tabStates[_selectedTab].MakrCurrentItem();
await _tabStates[_selectedTab].MarkCurrentItem();
}
}