When attempting to run files-app I get a "not defined" error for "units"
Application stdout:
qml/components/InfoSidebar.qml:29: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:34: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:41: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:100: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:111: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:110: ReferenceError: units is not defined
qml/components/InfoSidebar.qml:107: 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