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:
@@ -757,9 +757,6 @@ namespace App {
|
||||
window->hide();
|
||||
}
|
||||
}
|
||||
if (auto mainwidget = App::main()) {
|
||||
mainwidget->saveDraftToCloud();
|
||||
}
|
||||
Core::Application::QuitAttempt();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user