Utils.urlExtension: don't lowercase returned ext

This commit is contained in:
miruka
2020-03-09 11:00:48 -04:00
parent ff642485e8
commit 2a2b3df845
4 changed files with 5 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ QtObject {
function onModelItemFieldChanged(syncId, oldIndex, newIndex, field, value){
// print("change", syncId, oldIndex, newIndex, field, value)
print("\u001b[37mchange", syncId, oldIndex, newIndex, field, value, "\u001b[0m")
const model = ModelStore.get(syncId)
model.setProperty(oldIndex, field, value)