mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 01:29:38 -04:00
[Core] Make Prereading the default behavior, re-enable settings upgrade (#140)
Pre-reading is good. And turns out a number of plugins kinda depend on it now. Time to make it default. Also, comment out settings upgrades so settings are carried over from version to version when running in the IDE -- which makes using it far better.
This commit is contained in:
parent
59d5fad5d5
commit
6d6b6f7951
@ -30,7 +30,7 @@ namespace Observatory
|
||||
{
|
||||
try
|
||||
{
|
||||
// Properties.Core.Default.Upgrade();
|
||||
Properties.Core.Default.Upgrade();
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
@ -119,8 +119,7 @@ namespace Observatory.Utils
|
||||
|
||||
public void PrereadJournals()
|
||||
{
|
||||
if (!Properties.Core.Default.TryPrimeSystemContextOnStartMonitor ||
|
||||
Properties.Core.Default.StartReadAll) return;
|
||||
if (Properties.Core.Default.StartReadAll) return;
|
||||
|
||||
SetLogMonitorState(currentState | LogMonitorState.PreRead);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user