fix thread not check join able and use it may be crash bug.

This commit is contained in:
alves
2026-01-07 15:43:11 +08:00
parent 0002773690
commit 89d3ea6c2f
4 changed files with 42 additions and 13 deletions

View File

@@ -497,10 +497,6 @@ void about()
void login()
{
//LoginDialog dlg;
//dlg.ShowModal();
// ZUserLogin dlg;
SMUserLogin dlg;
dlg.run();
}