mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-13 19:25:53 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user