No more test notes
This commit is contained in:
@@ -99,7 +99,7 @@ class MainViewModel : BaseViewModel, IFontResolver
|
|||||||
{
|
{
|
||||||
Title = Path.GetFileName(filePath),
|
Title = Path.GetFileName(filePath),
|
||||||
ReceiptDateTime = File.GetCreationTime(filePath),
|
ReceiptDateTime = File.GetCreationTime(filePath),
|
||||||
Notes = "TEST NOTES",
|
Notes = "",
|
||||||
FilePath = filePath,
|
FilePath = filePath,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user