mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
fixed tunnels invalid ui data handling 2
This commit is contained in:
parent
1947be4957
commit
cd3f274763
4 changed files with 12 additions and 8 deletions
|
@ -186,6 +186,7 @@ void TunnelPane::appendControlsForI2CPParameters(I2CPParameters& i2cpParameters,
|
|||
void TunnelPane::updated() {
|
||||
std::string oldName=tunnelConfig->getName();
|
||||
//validate and show red if invalid
|
||||
hideWrongInputLabel();
|
||||
if(!mainWindow->applyTunnelsUiToConfigs())return;
|
||||
tunnelsPageUpdateListener->updated(oldName, tunnelConfig);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue