update portalInput

This commit is contained in:
Marco Gittler 2022-09-01 15:26:46 +02:00
parent 2efdc8ac21
commit 0c90cf7544

View File

@ -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();
} }