mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
Fixed password focus.
This commit is contained in:
@@ -367,6 +367,9 @@ namespace MeshCentralRouter
|
||||
catch (Exception) { }
|
||||
}
|
||||
}
|
||||
|
||||
// Set the focus
|
||||
if (userNameTextBox.Text != "") { passwordTextBox.Select(); }
|
||||
}
|
||||
|
||||
bool isPointVisibleOnAScreen(Point p)
|
||||
|
||||
Reference in New Issue
Block a user