set m_installCredentials when visiting the ServerContainers page

This commit is contained in:
vladimir.kuznetsov 2023-03-29 09:05:35 +03:00
parent 1b44a01efd
commit 8bbc0b9e1a
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,6 @@ void ServerListLogic::onServerListPushbuttonDefaultClicked(int index)
void ServerListLogic::onServerListPushbuttonSettingsClicked(int index)
{
uiLogic()->m_selectedServerIndex = index;
uiLogic()->m_installCredentials = m_settings->serverCredentials(index);
uiLogic()->goToPage(Page::ServerSettings);
}