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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user