Skip to content

Commit

Permalink
Preparing for 20.04 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garytate committed Apr 11, 2020
1 parent 4c58463 commit 5fd10c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions hazel/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ static void Main(string[] args)

// Initialising the program
string appTitle = "hazel";
string appVersion = "20.03f";
string appAuthor = "Gary Tate";
string appVersion = "20.04";
string appAuthor = "garytate";
string appDirectory = System.Environment.CurrentDirectory;
bool active = true;

Expand Down Expand Up @@ -125,6 +125,9 @@ static void Main(string[] args)
colorMatcher++;
}

if (potential.Count == 0)
Console.WriteLine("No transfers found.\n");

Console.ReadKey();
break;
case '9':
Expand Down

0 comments on commit 5fd10c6

Please sign in to comment.