When attempting to run files-app I get a "not defined" error for "units"
Application stdout:
qml: inode/directory
qml/components/FileListItem.qml:51: ReferenceError: units is not defined
qml/components/FileListItem.qml:50: ReferenceError: units is not defined
qml/components/FileListItem.qml:55: ReferenceError: units is not defined
qml/components/FileListItem.qml:66: ReferenceError: units is not defined
Potential Fix:
Changing "units" to "Units" in the above listed files (simply capitalizing the U) fixes the reference error.
This was most likely due to either a library change (less likely) or mistake when referencing units (not capitalizing, more likely)
Issue Description:
When attempting to run files-app I get a "not defined" error for "units"
Application stdout:
Potential Fix:
Changing "units" to "Units" in the above listed files (simply capitalizing the U) fixes the reference error. This was most likely due to either a library change (less likely) or mistake when referencing units (not capitalizing, more likely)
Fixing in my fork and submitting pull-request