1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 12:24:19 +00:00
This commit is contained in:
hypnosis-i2p 2017-08-27 20:37:21 +08:00
parent 9bfbba6fea
commit 63e175d389

View File

@ -766,6 +766,8 @@ void MainWindow::SaveTunnelsConfig() {
outfile << out.str().c_str();
outfile.close();
i2p::client::ClientContext::ReloadConfig();
}
void MainWindow::TunnelsPageUpdateListenerMainWindowImpl::updated(std::string oldName, TunnelConfig* tunConf) {