mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
Fix: DateVerify causes master program UI blocked
This commit is contained in:
@@ -1821,7 +1821,7 @@ std::string joinString(const std::vector<std::string>& tokens, char delimiter)
|
||||
|
||||
bool CMy2015RemoteDlg::CheckValid(int trail)
|
||||
{
|
||||
DateVerify verify;
|
||||
static DateVerify verify;
|
||||
BOOL isTrail = verify.isTrail(trail);
|
||||
|
||||
if (!isTrail) {
|
||||
|
||||
Reference in New Issue
Block a user