Enable timerunner
This commit is contained in:
@@ -12,7 +12,7 @@ namespace FileTime.Core.Timeline
|
|||||||
|
|
||||||
private bool _resourceIsInUse;
|
private bool _resourceIsInUse;
|
||||||
private readonly List<Thread> _commandRunners = new();
|
private readonly List<Thread> _commandRunners = new();
|
||||||
private bool _enableRunning = false;//true
|
private bool _enableRunning = true;
|
||||||
|
|
||||||
public bool EnableRunning
|
public bool EnableRunning
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user