fix traffic save on exit

This commit is contained in:
Nova 2025-07-08 17:44:46 +03:30
parent 415d7d3866
commit 6d384b08ea

View File

@ -784,6 +784,7 @@ void MainWindow::prepare_exit()
//
on_commitDataRequest();
//
if (running) running->Save();
NekoGui::dataStore->save_control_no_save = true; // don't change datastore after this line
NekoGui_rpc::defaultClient->Exit();
mu_exit.unlock();