mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Removed unnecessary calling of saveDraftToCloud() method when quit.
This commit is contained in:
parent
4ed1835d32
commit
e70465c633
1 changed files with 0 additions and 3 deletions
|
@ -757,9 +757,6 @@ namespace App {
|
|||
window->hide();
|
||||
}
|
||||
}
|
||||
if (auto mainwidget = App::main()) {
|
||||
mainwidget->saveDraftToCloud();
|
||||
}
|
||||
Core::Application::QuitAttempt();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue