Skip to content
Snippets Groups Projects
Verified Commit 1d6d9e65 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Store window size on exit again

parent 909c11d2
No related branches found
No related tags found
No related merge requests found
Pipeline #2543 passed
......@@ -307,7 +307,7 @@ main(int argc, char *argv[])
w.show();
QObject::connect(&app, &QApplication::aboutToQuit, &w, [&w]() {
// w.saveCurrentWindowSize();
w.saveCurrentWindowSize();
if (http::client() != nullptr) {
nhlog::net()->debug("shutting down all I/O threads & open connections");
http::client()->close(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment