increased shortcut press time to 100ms

This commit is contained in:
Devaev Maxim 2021-07-17 02:58:23 +03:00
parent 88f634802a
commit 7862189373

View File

@ -206,7 +206,7 @@ export function Hid(__getResolution) {
} else {
resolve(null);
}
}, 50);
}, 100);
iterate();
});
};