Print error dialogs and warning toasts to the log

This commit is contained in:
Cameron Gutman
2023-09-08 23:00:00 -05:00
parent 7976189d56
commit 715429c13c
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ Item {
function onLaunchFailed(message) {
errorDialog.text = message
errorDialog.open()
console.error(message)
}
function onAppQuitRequired(appName) {