diff --git a/UVtools.WPF/MainWindow.axaml.cs b/UVtools.WPF/MainWindow.axaml.cs index e7b1c8b..2d74006 100644 --- a/UVtools.WPF/MainWindow.axaml.cs +++ b/UVtools.WPF/MainWindow.axaml.cs @@ -1953,8 +1953,8 @@ public partial class MainWindow : WindowEx SavesCount++; CanSave = false; UpdateTitle(); - if(oldFile != SlicerFile.FileFullPath) AddRecentFile(SlicerFile.FileFullPath); RefreshProperties(); // Some fields can change after encoding + if (oldFile != SlicerFile.FileFullPath) AddRecentFile(SlicerFile.FileFullPath); } return task;