1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Fixed password focus.

This commit is contained in:
Ylian Saint-Hilaire
2021-04-04 14:26:41 -07:00
parent 2485ca8225
commit 1a8dd93886

View File

@@ -367,6 +367,9 @@ namespace MeshCentralRouter
catch (Exception) { }
}
}
// Set the focus
if (userNameTextBox.Text != "") { passwordTextBox.Select(); }
}
bool isPointVisibleOnAScreen(Point p)