fix: 截图后自动退出,添加 compare_ppm.py

This commit is contained in:
2026-03-15 17:41:57 +08:00
parent 3600e0e74b
commit e807dbcd96
2 changed files with 76 additions and 0 deletions

View File

@@ -973,6 +973,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
} else {
Log("[DEBUG] Failed to save screenshot!\n");
}
PostQuitMessage(0);
}
}
}