Fix error popup focusOnItemTab

This commit is contained in:
miruka 2020-06-25 14:54:03 -04:00
parent 308771f0bf
commit a15a101ce0

View File

@ -47,7 +47,7 @@ HColumnPopup {
text: [message, traceback].join("\n\n") || qsTr("No info available")
readOnly: true
font.family: theme.fontFamily.mono
focusOnTab: hideCheckBox
focusItemOnTab: hideCheckBox
}
}