mirror of https://github.com/procxx/kepka.git
Removed unnecessary calling of saveDraftToCloud() method when quit.
This commit is contained in:
parent
4ed1835d32
commit
e70465c633
|
@ -757,9 +757,6 @@ namespace App {
|
||||||
window->hide();
|
window->hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (auto mainwidget = App::main()) {
|
|
||||||
mainwidget->saveDraftToCloud();
|
|
||||||
}
|
|
||||||
Core::Application::QuitAttempt();
|
Core::Application::QuitAttempt();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue