🐛 控制主面板热键调用频率

This commit is contained in:
Demo_Liu
2023-04-03 21:18:32 +08:00
parent 4b5cc7b7eb
commit 37dd2f7fb2
3 changed files with 22 additions and 1 deletions

View File

@@ -70,5 +70,13 @@
/// </summary>
public static int EVERYTHING_SEARCH_DELAY_TIME = 300;
/// <summary>
/// 控制主界面热键按下规定时间内只执行一次show hide
/// </summary>
public static bool MAIN_HOT_KEY_DOWN = false;
/// <summary>
/// 控制主界面热键按下规定时间内只执行一次show hide
/// </summary>
public static int MAIN_HOT_KEY_TIME = 500;
}
}