diff --git a/Effector.Plugin.StoneCut/DoorListPage/DoorListPageVM.vb b/Effector.Plugin.StoneCut/DoorListPage/DoorListPageVM.vb index 8dc1c49..9e95647 100644 --- a/Effector.Plugin.StoneCut/DoorListPage/DoorListPageVM.vb +++ b/Effector.Plugin.StoneCut/DoorListPage/DoorListPageVM.vb @@ -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() diff --git a/Effector.Plugin.StoneCut/My Project/AssemblyInfo.vb b/Effector.Plugin.StoneCut/My Project/AssemblyInfo.vb index 1f7c78c..2c53a9d 100644 --- a/Effector.Plugin.StoneCut/My Project/AssemblyInfo.vb +++ b/Effector.Plugin.StoneCut/My Project/AssemblyInfo.vb @@ -55,5 +55,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +