feat(Map): add "temporary system names" toggle (#86)

If enabled and set, a temporary name is displayed instead of the system name. The original system name appears on a secondary row if no custom name exists. Temporary names are removed when the system is removed from the map.
This commit is contained in:
guarzo
2025-01-07 18:04:36 -05:00
committed by GitHub
parent 093042b88a
commit 2088393c79
19 changed files with 178 additions and 9 deletions

View File

@@ -217,6 +217,7 @@ end
solar_system_id: system.solar_system_id,
name: system.name,
custom_name: system.custom_name,
temporary_name: system.temporary_name,
description: system.description,
tag: system.tag,
labels: system.labels,