mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 12:24:19 +00:00
fixed #913
This commit is contained in:
parent
9bfbba6fea
commit
63e175d389
@ -766,6 +766,8 @@ void MainWindow::SaveTunnelsConfig() {
|
|||||||
outfile << out.str().c_str();
|
outfile << out.str().c_str();
|
||||||
outfile.close();
|
outfile.close();
|
||||||
|
|
||||||
|
i2p::client::ClientContext::ReloadConfig();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::TunnelsPageUpdateListenerMainWindowImpl::updated(std::string oldName, TunnelConfig* tunConf) {
|
void MainWindow::TunnelsPageUpdateListenerMainWindowImpl::updated(std::string oldName, TunnelConfig* tunConf) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user