Tweak width and display of receipt date

This commit is contained in:
2026-02-17 13:27:19 +09:00
parent 460da5dda8
commit e9eaa0c98c
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -75,6 +75,7 @@ class ReportFile : ChangeNotifier
get => Path.GetFileName(_filePath);
}
[JsonIgnore]
public bool IsFileFoundOnDisk
{
get => File.Exists(FilePath);