mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 16:33:43 -04:00
Add a setting to control pre-reading behavior
Also makes adding new rows to the settings grid a little more dynamic.
This commit is contained in:
15
ObservatoryCore/Properties/Core.Designer.cs
generated
15
ObservatoryCore/Properties/Core.Designer.cs
generated
@ -58,5 +58,20 @@ namespace Observatory.Properties {
|
||||
this["NativeNotify"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool TryPrimeSystemContextOnStartMonitor
|
||||
{
|
||||
get
|
||||
{
|
||||
return ((bool)(this["TryPrimeSystemContextOnStartMonitor"]));
|
||||
}
|
||||
set
|
||||
{
|
||||
this["TryPrimeSystemContextOnStartMonitor"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user