Better QML logging & hide Qt 5.14 warnings

This commit is contained in:
miruka
2020-04-18 13:30:24 -04:00
parent 4f8dc98d13
commit 89824326e4
2 changed files with 62 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ QtObject {
console.error(`python: ${sourceIndication}\n${traceback}`)
if (window.hideErrorTypes.has(type)) {
console.warn(
console.info(
"Not showing GUI popup for error type " + type +
"due to user choice"
)