From f56bd514dc3c98ab4fb5be32dfea07996892b19f Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Sun, 3 Dec 2023 21:30:16 +0100 Subject: [PATCH] Fixed tab order in installer --- client/@types/olympus/index.d.ts | 2 +- installer/olympus.iss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/@types/olympus/index.d.ts b/client/@types/olympus/index.d.ts index 397f5c32..e490f5af 100644 --- a/client/@types/olympus/index.d.ts +++ b/client/@types/olympus/index.d.ts @@ -2232,7 +2232,7 @@ declare module "unit/unitsmanager" { * @param units (Optional) Array of units to apply the control to. If not provided, the operation will be completed on all selected units. */ scenicAAA(units?: Unit[] | null): void; - /** Instruct units to enter into miss on purpose mode. Units will aim to the nearest enemy unit but not precisely. + /** Instruct units to enter into dynamic accuracy/miss on purpose mode. Units will aim to the nearest enemy unit but not precisely. * @param units (Optional) Array of units to apply the control to. If not provided, the operation will be completed on all selected units. */ missOnPurpose(units?: Unit[] | null): void; diff --git a/installer/olympus.iss b/installer/olympus.iss index fbd2586e..4fff2ebe 100644 --- a/installer/olympus.iss +++ b/installer/olympus.iss @@ -332,7 +332,7 @@ begin Top := ScaleY(35); Width := ScaleX(185); Height := ScaleY(21); - TabOrder := 2; + TabOrder := 1; end; { lblBluePassword } @@ -380,7 +380,7 @@ begin Top := ScaleY(91); Width := ScaleX(185); Height := ScaleY(21); - TabOrder := 2; + TabOrder := 3; end; @@ -407,7 +407,7 @@ begin Height := ScaleY(21); Text := '3000'; OnKeyPress := @AcceptNumbersOnlyKeyPress; - TabOrder := 3; + TabOrder := 4; end; { lblBackendPort } @@ -433,7 +433,7 @@ begin Height := ScaleY(21); Text := '3001'; OnKeyPress := @AcceptNumbersOnlyKeyPress; - TabOrder := 4; + TabOrder := 5; end; { lblPasswordInstructions }