mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Store window size on exit again
This commit is contained in:
parent
909c11d2bb
commit
1d6d9e65af
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue