mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
update portalInput
This commit is contained in:
parent
2efdc8ac21
commit
0c90cf7544
@ -481,6 +481,7 @@ void GPClient::setCurrentGateway(const GPGateway gateway)
|
|||||||
LOGI << "Updating the current gateway to " << gateway.name();
|
LOGI << "Updating the current gateway to " << gateway.name();
|
||||||
|
|
||||||
settings::save(portal() + "_selectedGateway", gateway.name());
|
settings::save(portal() + "_selectedGateway", gateway.name());
|
||||||
|
ui->portalInput->setText(gateway.address());
|
||||||
populateGatewayMenu();
|
populateGatewayMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user