mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2025-02-22 23:12:16 +08:00
Merge branch 'dev' of github.com:AkiChase/scrcpy-mask into dev
This commit is contained in:
commit
af4273d2a6
@ -124,6 +124,8 @@ function setCurButtonKey(curKey: string) {
|
|||||||
keyboardStore.activeButtonIndex === -1 ||
|
keyboardStore.activeButtonIndex === -1 ||
|
||||||
keyboardStore.activeButtonIndex >= store.editKeyMappingList.length ||
|
keyboardStore.activeButtonIndex >= store.editKeyMappingList.length ||
|
||||||
keyboardStore.showButtonSettingFlag ||
|
keyboardStore.showButtonSettingFlag ||
|
||||||
|
keyboardStore.activeButtonIndex >= store.editKeyMappingList.length ||
|
||||||
|
keyboardStore.showButtonSettingFlag ||
|
||||||
keyboardStore.showButtonAddFlag
|
keyboardStore.showButtonAddFlag
|
||||||
)
|
)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user