mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
BUGFIX: Multiple problems with Job tab (#1976)
This commit is contained in:
@@ -28,7 +28,7 @@ export const GoToPageKeyBindingTypes = [
|
||||
SimplePage.Hacknet,
|
||||
SimplePage.City,
|
||||
SimplePage.Travel,
|
||||
ComplexPage.Job,
|
||||
SimplePage.Job,
|
||||
SimplePage.StockMarket,
|
||||
SimplePage.Go,
|
||||
SimplePage.Milestones,
|
||||
@@ -165,7 +165,7 @@ export const DefaultKeyBindings: Record<KeyBindingType, [KeyCombination | null,
|
||||
},
|
||||
null,
|
||||
],
|
||||
[ComplexPage.Job]: [
|
||||
[SimplePage.Job]: [
|
||||
{
|
||||
control: false,
|
||||
alt: true,
|
||||
|
||||
Reference in New Issue
Block a user