diff --git a/src/main.cpp b/src/main.cpp index af8a46a98445ed6d40ea96d11ff9c39e3131e648..24fc8415133171b5d275fe791311912df54c2e6d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);