Skip to content

Commit

Permalink
Fix: Fixed wrong total editing time format (files-community#12301)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishitetsu committed May 12, 2023
1 parent 92e07da commit dc5e58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
"SectionResource": "Document",
"Property": "System.Document.TotalEditingTime",
"IsReadOnly": true,
"DisplayFunctionName": "FormatDuration",
"ID": null
},
{
Expand Down
1 change: 1 addition & 0 deletions src/Files.App/Resources/PropertiesInformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
"SectionResource": "Document",
"Property": "System.Document.TotalEditingTime",
"IsReadOnly": true,
"DisplayFunctionName": "FormatDuration",
"ID": null
},
{
Expand Down

0 comments on commit dc5e58c

Please sign in to comment.