From a59a649c03f9f9624c4c01c0cc4b2097b62229c1 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Mon, 16 Feb 2026 19:18:46 +0900 Subject: [PATCH] Remove TODO --- ViewModels/MainViewModel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ViewModels/MainViewModel.cs b/ViewModels/MainViewModel.cs index f2b2cca..8b25a22 100644 --- a/ViewModels/MainViewModel.cs +++ b/ViewModels/MainViewModel.cs @@ -122,7 +122,6 @@ class MainViewModel : BaseViewModel, IFontResolver { _workingFolder = path; NotifyPropertyChanged(nameof(IsTitleBoxVisible)); - // TODO: Scan folder for saved info from previous reports and reload that first var reportFilePath = Path.Combine(path, GetReportSavedDataFileName()); var successfullyLoadedPriorReport = false; if (File.Exists(reportFilePath))