From fd87a9a0f841d1de65bf9d63cf8795eb2d8c98ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 1 Jan 2023 18:11:56 +0000 Subject: [PATCH] Update MainWindow.axaml.cs --- UVtools.WPF/MainWindow.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;