Browse Source

fixed #913

pull/936/head
hypnosis-i2p 7 years ago
parent
commit
63e175d389
  1. 2
      qt/i2pd_qt/mainwindow.cpp

2
qt/i2pd_qt/mainwindow.cpp

@ -766,6 +766,8 @@ void MainWindow::SaveTunnelsConfig() { @@ -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) {

Loading…
Cancel
Save