Merge branch 'dev' of github.com:AkiChase/scrcpy-mask into dev

This commit is contained in:
AkiChase 2024-05-03 18:37:55 +08:00
commit af4273d2a6

View File

@ -124,6 +124,8 @@ function setCurButtonKey(curKey: string) {
keyboardStore.activeButtonIndex === -1 ||
keyboardStore.activeButtonIndex >= store.editKeyMappingList.length ||
keyboardStore.showButtonSettingFlag ||
keyboardStore.activeButtonIndex >= store.editKeyMappingList.length ||
keyboardStore.showButtonSettingFlag ||
keyboardStore.showButtonAddFlag
)
return;