2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 08:05:12 +00:00

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

View File

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