mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
windows backtrace logging done, showing error when cant start telegram or previous launch was not finished properly
This commit is contained in:
@@ -37,6 +37,8 @@ int main(int argc, char *argv[]) {
|
||||
return psFixPrevious();
|
||||
} else if (cLaunchMode() == LaunchModeCleanup) {
|
||||
return psCleanup();
|
||||
} else if (cLaunchMode() == LaunchModeShowCrash) {
|
||||
return psShowCrash(QFileInfo(cStartUrl()).absoluteFilePath());
|
||||
}
|
||||
|
||||
Logs::Initializer _logs;
|
||||
|
Reference in New Issue
Block a user