2.0.8
This commit is contained in:
@@ -14,7 +14,7 @@ public class EmulationSettings : ISettings
|
||||
|
||||
public int CycleDelay { get; set; } = 1;
|
||||
public int PerImageDelay { get; set; } = 5000;
|
||||
public bool SingleRun { get; set; } = false;
|
||||
public bool SingleRun { get; set; } = true;
|
||||
public string EmulationPath { get; set; }
|
||||
|
||||
public void RegisterSettings(InspectronSettings settings)
|
||||
|
||||
Reference in New Issue
Block a user