mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
rm a any
This commit is contained in:
parent
6b630753f0
commit
dd7ceeefdd
@ -274,7 +274,7 @@ export function SidebarRoot(props: IProps): React.ReactElement {
|
||||
// Alt-o - Options
|
||||
// Alt-b - Bladeburner
|
||||
// Alt-g - Gang
|
||||
function handleShortcuts(this: Document, event: KeyboardEvent): any {
|
||||
function handleShortcuts(this: Document, event: KeyboardEvent): void {
|
||||
if (Settings.DisableHotkeys) return;
|
||||
if ((props.player.currentWork && props.player.focus) || props.router.page() === Page.BitVerse) return;
|
||||
if (event.code === KEYCODE.T && event.altKey) {
|
||||
|
Loading…
Reference in New Issue
Block a user