From e598772125bcf3c990b5ea1b17527a5a5947a8ba Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Wed, 13 May 2026 16:59:24 +0200 Subject: [PATCH] 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 --- Effector.Plugin.StoneCut/DoorListPage/DoorListPageVM.vb | 1 + Effector.Plugin.StoneCut/My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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: ' - - + +