2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

debug logs added to for shortcut events

This commit is contained in:
John Preston
2016-03-02 22:50:58 +02:00
parent b277f5cdb7
commit d5132a899e
2 changed files with 3 additions and 1 deletions

View File

@@ -322,7 +322,7 @@ void Application::startApplication() {
void Application::closeApplication() {
if (App::launchState() != App::QuitProcessed);
App::setLaunchState(App::QuitProcessed);
App::quit();
delete AppObject;
AppObject = 0;