Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfur 'Felt her' Deltur committed Aug 19, 2015
1 parent 98ee64f commit da94e6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SecureDesktop-GUI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ public static bool CheckValidity()
MessageBox.Show("Missing Secure Desktop executable", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
return false;
}
if (!File.Exists(location + "\\Gma.UserActivityMonitor.dll"))
{
MessageBox.Show("Missing Gma.UserActivityMonitor.dll", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
return false;
}

return true;
}
Expand Down

0 comments on commit da94e6d

Please sign in to comment.