fixed a bug when existing containers were overwritten in the GUI when clicking the "scan installed containers" button
This commit is contained in:
parent
a5cf2d37d4
commit
433e6901c6
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ void ServerListLogic::onServerListPushbuttonDefaultClicked(int index)
|
||||||
void ServerListLogic::onServerListPushbuttonSettingsClicked(int index)
|
void ServerListLogic::onServerListPushbuttonSettingsClicked(int index)
|
||||||
{
|
{
|
||||||
uiLogic()->m_selectedServerIndex = index;
|
uiLogic()->m_selectedServerIndex = index;
|
||||||
|
uiLogic()->m_installCredentials = m_settings->serverCredentials(index);
|
||||||
uiLogic()->goToPage(Page::ServerSettings);
|
uiLogic()->goToPage(Page::ServerSettings);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue