Skip to content

Commit

Permalink
feat(ui): add tooltip to "Metro-style Hyperlanes"
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames committed Feb 24, 2024
1 parent 672d7c2 commit 385d389
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/src/lib/mapSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,10 @@ export const mapSettingConfig: MapSettingGroup[] = [
requiresReprocessing: true,
hideIf: (settings) =>
!settings.hyperlaneStroke.enabled && !settings.hyperRelayStroke.enabled,
tooltip: `<ul class="list-disc ps-4">
<li>Draw hyperlanes in the style of metro/subway maps.</li>
<li>Automatically enables "Align Solar Systems to Grid".</li>
</ul>`,
},
],
},
Expand Down

0 comments on commit 385d389

Please sign in to comment.