mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Removed unnecessary calling of saveDraftToCloud() method when quit.
This commit is contained in:
@@ -757,9 +757,6 @@ namespace App {
|
|||||||
window->hide();
|
window->hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (auto mainwidget = App::main()) {
|
|
||||||
mainwidget->saveDraftToCloud();
|
|
||||||
}
|
|
||||||
Core::Application::QuitAttempt();
|
Core::Application::QuitAttempt();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user