Removed unnecessary calling of saveDraftToCloud() method when quit.

This commit is contained in:
23rd 2019-02-18 00:35:21 +03:00 committed by John Preston
parent 4ed1835d32
commit e70465c633
1 changed files with 0 additions and 3 deletions

View File

@ -757,9 +757,6 @@ namespace App {
window->hide();
}
}
if (auto mainwidget = App::main()) {
mainwidget->saveDraftToCloud();
}
Core::Application::QuitAttempt();
}