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