filemanagerhistory: fix non standard status (#11188)

reviewable/pr11191/r1
hius07 5 months ago committed by GitHub
parent dce12de09d
commit b4424b4685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,6 +50,9 @@ function FileManagerHistory:fetchStatuses(count)
else
status = filemanagerutil.getStatus(v.file)
end
if not filter_text[status] then
status = "reading"
end
if count then
self.count[status] = self.count[status] + 1
end

Loading…
Cancel
Save