Fix Transfer.time_left that could be None
This commit is contained in:
@@ -83,7 +83,7 @@ QtObject {
|
||||
|
||||
|
||||
function onModelItemFieldChanged(syncId, oldIndex, newIndex, field, value){
|
||||
print("\u001b[37mchange", syncId, oldIndex, newIndex, field, value, "\u001b[0m")
|
||||
// print("change", syncId, oldIndex, newIndex, field, value)
|
||||
const model = ModelStore.get(syncId)
|
||||
model.setProperty(oldIndex, field, value)
|
||||
|
||||
|
Reference in New Issue
Block a user