mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-02 08:53:42 -04:00
Suppress body ordinal in results for system-wide checks
This commit is contained in:
@ -192,7 +192,7 @@ namespace Observatory.Explorer
|
||||
{
|
||||
var scanResult = new ExplorerUIResults()
|
||||
{
|
||||
BodyName = scanEvent.BodyName,
|
||||
BodyName = result.SystemWide ? scanEvent.StarSystem : scanEvent.BodyName,
|
||||
Time = scanEvent.TimestampDateTime.ToString("G"),
|
||||
Description = result.Description,
|
||||
Details = result.Detail
|
||||
@ -233,6 +233,7 @@ namespace Observatory.Explorer
|
||||
}
|
||||
else
|
||||
{
|
||||
bodyLabel = "Primary Star";
|
||||
spokenAffix = string.Empty;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user