No more test notes

This commit is contained in:
2026-02-16 15:45:38 +09:00
parent 7b10d70225
commit a811979fd8
+1 -1
View File
@@ -99,7 +99,7 @@ class MainViewModel : BaseViewModel, IFontResolver
{
Title = Path.GetFileName(filePath),
ReceiptDateTime = File.GetCreationTime(filePath),
Notes = "TEST NOTES",
Notes = "",
FilePath = filePath,
});
}