2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

improved crash reports for linux

This commit is contained in:
John Preston
2016-01-31 19:13:51 +03:00
parent 4fc0b439ae
commit 17a319fdb3
6 changed files with 129 additions and 28 deletions

View File

@@ -126,8 +126,7 @@ void AboutBox::dragEnterEvent(QDragEnterEvent *e) {
void AboutBox::dropEvent(QDropEvent *e) {
if (!_getCrashReportFile(e->mimeData()).isEmpty()) {
e->acceptProposedAction();
psExecTelegram(_getCrashReportFile(e->mimeData()));
App::quit();
psShowCrash(_getCrashReportFile(e->mimeData()));
}
}
@@ -142,4 +141,4 @@ QString telegramFaqLink() {
}
}
return result;
}
}