mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-02 00:43:42 -04:00
New feature: Monitor on start (#42)
* Implement monitor on start * finish implementation of monitor on start
This commit is contained in:
@ -56,6 +56,11 @@ namespace Observatory.UI.ViewModels
|
||||
|
||||
tabs.Add(new CoreModel() { Name = "Core", UI = new BasicUIViewModel(new ObservableCollection<object>()) { UIType = Framework.PluginUI.UIType.Core } });
|
||||
|
||||
if (Properties.Core.Default.StartMonitor)
|
||||
{
|
||||
ToggleMonitor();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void ReadAll()
|
||||
|
Reference in New Issue
Block a user