Show row details

This commit is contained in:
2026-02-16 14:38:45 +09:00
parent 7bed45aecf
commit 89ba04e6ea
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class MainViewModel : BaseViewModel, IFontResolver
{
Title = Path.GetFileName(filePath),
Date = DateOnly.FromDateTime(File.GetCreationTime(filePath)),
Notes = "",
Notes = "TEST NOTES",
FilePath = filePath,
});
}