mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 05:58:13 +08:00
修复网页按钮配置功能UI错误
This commit is contained in:
@@ -122,6 +122,7 @@ static void KeyLong10sPress(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void KeyShortPress(int clickCnt) {
|
static void KeyShortPress(int clickCnt) {
|
||||||
|
key_log("WARNGIN: quick clicked %d time%s",clickCnt,clickCnt>1?"s":"");
|
||||||
if (clickCnt > 10)
|
if (clickCnt > 10)
|
||||||
return;
|
return;
|
||||||
switch (user_config->user[clickCnt]) {
|
switch (user_config->user[clickCnt]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user