Enable timerunner

This commit is contained in:
2022-02-03 13:09:00 +01:00
parent 3da246b3ca
commit 1319d0bb98

View File

@@ -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
{ {