Make Pre-read act similarly to "Read All"
This has the effect of suppressing notifications when restoring current system context after initial click on "Start Monitor".
This commit is contained in:
parent
d51cc5ffa9
commit
453ff2f793
2 changed files with 24 additions and 9 deletions
|
|
@ -146,7 +146,9 @@ namespace Observatory
|
|||
|
||||
// We found an FSD jump, buffered the lines for that system (possibly including startup logs
|
||||
// over a file boundary). Pump these through the plugins.
|
||||
readall = true;
|
||||
ReportErrors(ProcessLines(lastSystemLines, "Pre-read"));
|
||||
readall = false;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Reference in a new issue