mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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();
|
window->hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (auto mainwidget = App::main()) {
|
|
||||||
mainwidget->saveDraftToCloud();
|
|
||||||
}
|
|
||||||
Core::Application::QuitAttempt();
|
Core::Application::QuitAttempt();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue