mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Moving build / lang scripts from Telegram to subfolders.
Travis build tested with -j param. Xcode / QtCreator / qmake builds could be broken.
This commit is contained in:
@@ -2134,7 +2134,7 @@ LastCrashedWindow::LastCrashedWindow()
|
||||
{
|
||||
excludeReportUsername();
|
||||
|
||||
if (!cDevVersion() && !cBetaVersion()) { // currently accept crash reports only from testers
|
||||
if (!cAlphaVersion() && !cBetaVersion()) { // currently accept crash reports only from testers
|
||||
_sendingState = SendingNoReport;
|
||||
}
|
||||
if (_sendingState != SendingNoReport) {
|
||||
|
Reference in New Issue
Block a user