Effector.Plugin.StoneCut 3.1.5.4:

- aggiunto reset variabile ResetList che viene impostata a vero dalla funzione ResetProductionQueue ma che deve essere a falso perche' siamo ad avvio programma
This commit is contained in:
Emmanuele Sassi
2026-05-13 16:59:24 +02:00
parent c94b3c5589
commit e598772125
2 changed files with 3 additions and 2 deletions
@@ -191,6 +191,7 @@ Public Class DoorListPageVM
Dim sBackupFilePath As String = sBackupDirPath & "\Backup.json"
Read(sBackupFilePath)
ResetProductionQueue()
m_bResetList = False
m_BackupTimer.Interval = New TimeSpan(0, 0, 1)
AddHandler m_BackupTimer.Tick, AddressOf BackupTimer_Tick
m_BackupTimer.Start()
@@ -55,5 +55,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.1.5.3")>
<Assembly: AssemblyFileVersion("3.1.5.3")>
<Assembly: AssemblyVersion("3.1.5.4")>
<Assembly: AssemblyFileVersion("3.1.5.4")>