mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 12:57:06 +02:00
UI: Add indicator of RFA connection status to overview panel (#2497)
This commit is contained in:
@@ -36,7 +36,7 @@ export const GoToPageKeyBindingTypes = [
|
||||
SimplePage.Milestones,
|
||||
ComplexPage.Documentation,
|
||||
SimplePage.Achievements,
|
||||
SimplePage.Options,
|
||||
ComplexPage.Options,
|
||||
...SpoilerKeyBindingTypes,
|
||||
] as const;
|
||||
|
||||
@@ -213,7 +213,7 @@ export const DefaultKeyBindings: Record<KeyBindingType, [KeyCombination | null,
|
||||
null,
|
||||
],
|
||||
[SimplePage.Achievements]: [null, null],
|
||||
[SimplePage.Options]: [
|
||||
[ComplexPage.Options]: [
|
||||
{
|
||||
control: false,
|
||||
alt: true,
|
||||
|
||||
Reference in New Issue
Block a user