Remove TODO

This commit is contained in:
2026-02-16 19:18:46 +09:00
parent 94e85979f1
commit a59a649c03
-1
View File
@@ -122,7 +122,6 @@ class MainViewModel : BaseViewModel, IFontResolver
{ {
_workingFolder = path; _workingFolder = path;
NotifyPropertyChanged(nameof(IsTitleBoxVisible)); NotifyPropertyChanged(nameof(IsTitleBoxVisible));
// TODO: Scan folder for saved info from previous reports and reload that first
var reportFilePath = Path.Combine(path, GetReportSavedDataFileName()); var reportFilePath = Path.Combine(path, GetReportSavedDataFileName());
var successfullyLoadedPriorReport = false; var successfullyLoadedPriorReport = false;
if (File.Exists(reportFilePath)) if (File.Exists(reportFilePath))