Skip to content

Commit

Permalink
Fixed font and login splash.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Mar 4, 2019
1 parent 74dbab0 commit 073046a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 34 deletions.
7 changes: 7 additions & 0 deletions SuperADD/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,13 @@ private void setTSVariables(bool joinDomain = true, bool exitSuperADD = true)

private async void findCurrentDescriptionAndOU()
{
if (adDomainName == "" || adUserName == "" || adPassword == "")
{
promptShadowPanel.BringToFront();
promptPanel.BringToFront();
tabControl.Enabled = false;
return;
}
string rawResults = "";
try
{
Expand Down
69 changes: 35 additions & 34 deletions SuperADD/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 073046a

Please sign in to comment.